Merge "notification" routes
This commit is contained in:
parent
dd8d9d7c70
commit
c2b8c65104
8 changed files with 16 additions and 15 deletions
|
@ -184,10 +184,9 @@ 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]],
|
||||
'/action/{id:\d+}' => [Module\Notifications\Notification::class, [ R::POST]],
|
||||
'[/]' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'/mark/all' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'/{id:\d+}' => [Module\Notifications\Notification::class, [R::GET, R::POST]],
|
||||
],
|
||||
'/objects/{guid}' => [Module\Objects::class, [R::GET]],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue