Undo Hotfix: add missing route for ignore/discard

This commit is contained in:
Philipp Holzer 2020-01-28 22:36:44 +01:00
parent 288192a7ef
commit 82f8794215
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90

View 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]],