From 82f879421535e01b3c38a998003dd9c88dbc6299 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Tue, 28 Jan 2020 22:36:44 +0100 Subject: [PATCH] Undo Hotfix: add missing route for ignore/discard --- static/routes.config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/static/routes.config.php b/static/routes.config.php index 4752ca917..c081dba66 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]],