Enable inbox for the system account
This commit is contained in:
parent
fc2340d4af
commit
e02e1d1785
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ return [
|
||||||
'/followers/{owner}' => [Module\Followers::class, [R::GET]],
|
'/followers/{owner}' => [Module\Followers::class, [R::GET]],
|
||||||
'/following/{owner}' => [Module\Following::class, [R::GET]],
|
'/following/{owner}' => [Module\Following::class, [R::GET]],
|
||||||
'/friendica[/json]' => [Module\Friendica::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]],
|
'/fsuggest/{contact:\d+}' => [Module\FriendSuggest::class, [R::GET, R::POST]],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue