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

@ -459,6 +459,7 @@ U0 @slon_http_handle_post_request(SlonHttpSession* session)
/* clang-format off */
#include "Endpoints/Post/Accounts";
#include "Endpoints/Post/ActivityPub";
#include "Endpoints/Post/Apps";
#include "Endpoints/Post/OAuth";