Add explicit contact route
This commit is contained in:
parent
5c4eb2b2c9
commit
e59a9fbef7
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ return [
|
||||||
'/home[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
'/home[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
||||||
'/intros[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]],
|
'/intros[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]],
|
||||||
'/intros/all[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]],
|
'/intros/all[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]],
|
||||||
|
'/intros/{contact:\d+}[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]],
|
||||||
],
|
],
|
||||||
|
|
||||||
'/notify' => [
|
'/notify' => [
|
||||||
|
|
Loading…
Reference in a new issue