aboutsummaryrefslogtreecommitdiff
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 5585bdb..d4a8cd6 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -63,6 +63,11 @@ $application->registerRoutes(
'name' => 'gui#index',
'verb' => 'GET',
),
+ array(
+ 'url' => '/tag/{rawtag}',
+ 'name' => 'gui#tag',
+ 'verb' => 'GET',
+ ),
)
)
);