]> git.mxchange.org Git - friendica.git/commitdiff
Fix #7670: Inbox needs to be accessed via POST
authorMichael <heluecht@pirati.ca>
Tue, 1 Oct 2019 03:28:58 +0000 (03:28 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 1 Oct 2019 03:28:58 +0000 (03:28 +0000)
static/routes.config.php

index 91591a561a4f31183e400a74e9200be2a72a5e86..c1546a634c0b80260453f964972c1f643a4de2ee 100644 (file)
@@ -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'         => [