]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Merge pull request #8812 from tobiasd/2020.06-credits
[friendica.git] / static / routes.config.php
index 9fbe358830ada94a3fdb6663a6215224934cd419..074c1f5710e23a1d869b2873de23299b06a987e7 100644 (file)
@@ -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'               => [