aboutsummaryrefslogtreecommitdiff
path: root/appinfo
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-08-22 22:16:16 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-08-22 22:16:16 +0200
commit3e3dfcc65e13be5a49423bb90fc12e67f6b613dd (patch)
tree450ed5b99de648f2a9b86720ecb82fba62cfe50c /appinfo
parentcd37bde4ef0747a11c1221e937027fe17f2894fe (diff)
downloadgrauphel-3e3dfcc65e13be5a49423bb90fc12e67f6b613dd.tar.gz
grauphel-3e3dfcc65e13be5a49423bb90fc12e67f6b613dd.zip
show tags and note titles in the notebook
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',
+ ),
)
)
);