diff --git a/static/routes.config.php b/static/routes.config.php index c081dba66..4752ca917 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -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]],