Add explicit contact route

This commit is contained in:
Philipp Holzer 2020-01-23 00:31:22 +01:00
parent 5c4eb2b2c9
commit e59a9fbef7
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ return [
'/home[/json]' => [Module\Notifications\Notifications::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/{contact:\d+}[/json]' => [Module\Notifications\Introductions::class, [R::GET, R::POST]],
],
'/notify' => [