X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=074c1f5710e23a1d869b2873de23299b06a987e7;hb=66da9976dc70d4a6c63e73ff9545684db881c07d;hp=9fbe358830ada94a3fdb6663a6215224934cd419;hpb=c6aa42dd4ee431f47eef690e980e429e934400df;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index 9fbe358830..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' => [