]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Optionally display the resharer as icon
[friendica.git] / static / routes.config.php
index 3991ec4e36aa4bf5689fa50e53f1a63245e9ab85..4227db240641f1bd432a2a4d4e343c39312613a1 100644 (file)
@@ -162,6 +162,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]],