]> git.mxchange.org Git - friendica.git/commitdiff
Hotfix: add missing route for ignore/discard
authornupplaPhil <admin@philipp.info>
Tue, 28 Jan 2020 21:34:33 +0000 (22:34 +0100)
committernupplaPhil <admin@philipp.info>
Tue, 28 Jan 2020 21:35:00 +0000 (22:35 +0100)
static/routes.config.php

index c081dba66a1c0687467d021cfa27702bdc16f63c..4752ca9170427c7f573734a0b37abafb81cbb770 100644 (file)
@@ -174,6 +174,7 @@ return [
        ],
 
        '/notifications' => [
+               '/{id}'              => [Module\Notifications\Notifications::class, [        R::POST]],
                '/network[/json]'    => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
                '/system[/json]'     => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
                '/personal[/json]'   => [Module\Notifications\Notifications::class, [R::GET, R::POST]],