diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-08-22 22:16:16 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-08-22 22:16:16 +0200 |
| commit | 3e3dfcc65e13be5a49423bb90fc12e67f6b613dd (patch) | |
| tree | 450ed5b99de648f2a9b86720ecb82fba62cfe50c /appinfo | |
| parent | cd37bde4ef0747a11c1221e937027fe17f2894fe (diff) | |
| download | grauphel-3e3dfcc65e13be5a49423bb90fc12e67f6b613dd.tar.gz grauphel-3e3dfcc65e13be5a49423bb90fc12e67f6b613dd.zip | |
show tags and note titles in the notebook
Diffstat (limited to 'appinfo')
| -rw-r--r-- | appinfo/routes.php | 5 |
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', + ), ) ) ); |
