X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=074c1f5710e23a1d869b2873de23299b06a987e7;hb=66da9976dc70d4a6c63e73ff9545684db881c07d;hp=85ec6d8bb49bec61f8930f74cccd4a9af52d5bfb;hpb=7f04aea8b1244e57fd0676c4a34d7282fd93a4e3;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index 85ec6d8bb4..074c1f5710 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -57,6 +57,10 @@ return [ '/profile/show' => [Module\Api\Friendica\Profile\Show::class , [R::GET ]], '/events' => [Module\Api\Friendica\Events\Index::class , [R::GET ]], ], + '/followers/ids' => [Module\Api\Twitter\FollowersIds::class , [R::GET ]], + '/followers/list' => [Module\Api\Twitter\FollowersList::class , [R::GET ]], + '/friends/ids' => [Module\Api\Twitter\FriendsIds::class , [R::GET ]], + '/friends/list' => [Module\Api\Twitter\FriendsList::class , [R::GET ]], ], '/admin' => [ @@ -218,7 +222,7 @@ return [ '/mark/all' => [Module\Notifications\Notification::class, [R::GET]], '/{id:\d+}' => [Module\Notifications\Notification::class, [R::GET, R::POST]], ], - '/objects/{guid}' => [Module\Objects::class, [R::GET]], + '/objects/{guid}[/{activity}]' => [Module\Objects::class, [R::GET]], '/oembed' => [ '/b2h' => [Module\Oembed::class, [R::GET]],