Fix ignore notification
This commit is contained in:
parent
82f8794215
commit
dd8d9d7c70
6 changed files with 28 additions and 31 deletions
|
@ -184,9 +184,10 @@ return [
|
|||
],
|
||||
|
||||
'/notification' => [
|
||||
'[/]' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'/view/{id:\d+}' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'/mark/all' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'[/]' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'/view/{id:\d+}' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'/mark/all' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'/action/{id:\d+}' => [Module\Notifications\Notification::class, [ R::POST]],
|
||||
],
|
||||
'/objects/{guid}' => [Module\Objects::class, [R::GET]],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue