Enable inbox for the system account

This commit is contained in:
Michael 2020-08-23 04:14:02 +00:00
parent fc2340d4af
commit e02e1d1785
1 changed files with 1 additions and 0 deletions

View 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]],