Undo Hotfix: add missing route for ignore/discard
This commit is contained in:
parent
288192a7ef
commit
82f8794215
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'/notifications' => [
|
'/notifications' => [
|
||||||
'/{id}' => [Module\Notifications\Notifications::class, [ R::POST]],
|
|
||||||
'/network[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
'/network[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
||||||
'/system[/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]],
|
'/personal[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
||||||
|
|
Loading…
Reference in a new issue