mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Meta: Add files to repository
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user