X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=4227db240641f1bd432a2a4d4e343c39312613a1;hb=355284841aaada87b6600300b8fcd42bab2a78e6;hp=3991ec4e36aa4bf5689fa50e53f1a63245e9ab85;hpb=aa0b485f3dca72c5448076e913fa54d948cd7731;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index 3991ec4e36..4227db2406 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -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]],