Notify => Notification
Notifs => Notifications
This commit is contained in:
parent
e59a9fbef7
commit
0f932ae723
19 changed files with 250 additions and 254 deletions
|
@ -177,10 +177,10 @@ return [
|
|||
'/intros/{contact:\d+}[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]],
|
||||
],
|
||||
|
||||
'/notify' => [
|
||||
'[/]' => [Module\Notifications\Notify::class, [R::GET]],
|
||||
'/view/{id:\d+}' => [Module\Notifications\Notify::class, [R::GET]],
|
||||
'/mark/all' => [Module\Notifications\Notify::class, [R::GET]],
|
||||
'/notification' => [
|
||||
'[/]' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'/view/{id:\d+}' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
'/mark/all' => [Module\Notifications\Notification::class, [R::GET]],
|
||||
],
|
||||
'/objects/{guid}' => [Module\Objects::class, [R::GET]],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue