First implementation of ActivityPub C2S
This commit is contained in:
@@ -156,6 +156,7 @@ $apiRoutes = [
|
||||
'/show[.{extension:json|xml|rss|atom}]' => [Module\Api\Twitter\Users\Show::class, [R::GET ]],
|
||||
'/show/{id:\d+}[.{extension:json|xml|rss|atom}]' => [Module\Api\Twitter\Users\Show::class, [R::GET ]],
|
||||
],
|
||||
'/whoami' => [Module\ActivityPub\Whoami::class, [R::GET ]],
|
||||
];
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user