]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Improve post direction display
[friendica.git] / static / routes.config.php
index 4227db240641f1bd432a2a4d4e343c39312613a1..8387366b3dcb8513797066b773e62e586efa99fb 100644 (file)
@@ -49,6 +49,7 @@ return [
        '/api' => [
                '/v1' => [
                        '/custom_emojis'                     => [Module\Api\Mastodon\CustomEmojis::class,   [R::GET         ]],
+                       '/directory'                         => [Module\Api\Mastodon\Directory::class,      [R::GET         ]],
                        '/follow_requests'                   => [Module\Api\Mastodon\FollowRequests::class, [R::GET         ]],
                        '/follow_requests/{id:\d+}/{action}' => [Module\Api\Mastodon\FollowRequests::class, [        R::POST]],
                        '/instance'                          => [Module\Api\Mastodon\Instance::class,       [R::GET         ]],