]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Improve post direction display
[friendica.git] / static / routes.config.php
index 3991ec4e36aa4bf5689fa50e53f1a63245e9ab85..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         ]],
@@ -162,6 +163,7 @@ return [
        '/followers/{owner}' => [Module\Followers::class,       [R::GET]],
        '/following/{owner}' => [Module\Following::class,       [R::GET]],
        '/friendica[/json]'  => [Module\Friendica::class,       [R::GET]],
+       '/friendica/inbox'   => [Module\Inbox::class,           [R::GET, R::POST]],
 
        '/fsuggest/{contact:\d+}' => [Module\FriendSuggest::class,  [R::GET, R::POST]],