Slon/Api/V1/Accounts: Implement Follow
This commit is contained in:
parent
3312c86836
commit
16d65c88ee
4 changed files with 176 additions and 96 deletions
4
Slon/Endpoints/Post/Accounts.HC
Normal file
4
Slon/Endpoints/Post/Accounts.HC
Normal file
|
@ -0,0 +1,4 @@
|
|||
if (String.BeginsWith("/api/v1/accounts", @slon_http_request_path(session))) {
|
||||
@slon_api_v1_accounts_post(session);
|
||||
return;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue