Hotfix: add missing route for ignore/discard

This commit is contained in:
Philipp Holzer 2020-01-28 22:34:33 +01:00
parent d84ceb327a
commit 288192a7ef
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 0 deletions

View File

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