summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 88f430cc..21ab8853 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -23,7 +23,8 @@
return [
'routes' => [
- ['name' => 'contacts#direct', 'url' => '/direct/{contact}', 'verb' => 'GET'],
+ ['name' => 'contacts#direct', 'url' => '/direct/contact/{contact}', 'verb' => 'GET'],
+ ['name' => 'contacts#directcircle', 'url' => '/direct/circle/{singleId}', 'verb' => 'GET'],
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'page#index', 'url' => '/{group}', 'verb' => 'GET', 'postfix' => 'group'],
['name' => 'page#index', 'url' => '/{group}/{contact}', 'verb' => 'GET', 'postfix' => 'group.contact'],