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' => [