mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
5 lines
199 B
HolyC
5 lines
199 B
HolyC
|
|
if (String.BeginsWith("/users/", @slon_http_request_path(session)) && String.EndsWith("json", @slon_http_request_header(session, "accept"))) {
|
||
|
|
@slon_activitypub_users_get(session);
|
||
|
|
return;
|
||
|
|
}
|