From: Michael Date: Tue, 1 Oct 2019 03:28:58 +0000 (+0000) Subject: Fix #7670: Inbox needs to be accessed via POST X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5951a522d18fa45b65a7aceca64010203eef8765;p=friendica.git Fix #7670: Inbox needs to be accessed via POST --- diff --git a/static/routes.config.php b/static/routes.config.php index 91591a561a..c1546a634c 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -130,7 +130,7 @@ return [ '/hashtag' => [Module\Hashtag::class, [R::GET]], '/home' => [Module\Home::class, [R::GET]], '/help[/{doc:.+}]' => [Module\Help::class, [R::GET]], - '/inbox[/{nickname}]' => [Module\Inbox::class, [R::GET]], + '/inbox[/{nickname}]' => [Module\Inbox::class, [R::GET, R::POST]], '/invite' => [Module\Invite::class, [R::GET, R::POST]], '/install' => [