From: nupplaPhil Date: Tue, 28 Jan 2020 21:36:44 +0000 (+0100) Subject: Undo Hotfix: add missing route for ignore/discard X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=82f879421535e01b3c38a998003dd9c88dbc6299;p=friendica.git Undo Hotfix: add missing route for ignore/discard --- diff --git a/static/routes.config.php b/static/routes.config.php index 4752ca9170..c081dba66a 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -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]],