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

index 4752ca9170427c7f573734a0b37abafb81cbb770..c081dba66a1c0687467d021cfa27702bdc16f63c 100644 (file)
@@ -174,7 +174,6 @@ 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]],