From 5951a522d18fa45b65a7aceca64010203eef8765 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 1 Oct 2019 03:28:58 +0000 Subject: [PATCH] Fix #7670: Inbox needs to be accessed via POST --- static/routes.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [