Slon/Api/V1/Accounts: Implement Follow

This commit is contained in:
Alec Murphy 2025-02-17 17:39:49 -05:00
parent 3312c86836
commit 16d65c88ee
4 changed files with 176 additions and 96 deletions

View file

@ -0,0 +1,4 @@
if (String.BeginsWith("/api/v1/accounts", @slon_http_request_path(session))) {
@slon_api_v1_accounts_post(session);
return;
}