Meta: Add files to repository
This commit is contained in:
parent
6d27d43268
commit
52cb92f587
120 changed files with 71820 additions and 0 deletions
4
Slon/Endpoints/Get/ActivityPub.HC
Normal file
4
Slon/Endpoints/Get/ActivityPub.HC
Normal file
|
@ -0,0 +1,4 @@
|
|||
if (String.BeginsWith("/users/", @slon_http_request_path(session)) && String.EndsWith("json", @slon_http_request_header(session, "accept"))) {
|
||||
@slon_activitypub_users_get(session);
|
||||
return;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue