]> git.mxchange.org Git - friendica.git/commitdiff
Enable inbox for the system account
authorMichael <heluecht@pirati.ca>
Sun, 23 Aug 2020 04:14:02 +0000 (04:14 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 23 Aug 2020 04:14:02 +0000 (04:14 +0000)
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]],