show tags and note titles in the notebook
[grauphel.git] / appinfo / routes.php
index 5585bdb190afd26bc43cd4335be024b1e354755c..d4a8cd646b67347ff47e54f0635bd662b0e4b50f 100644 (file)
@@ -63,6 +63,11 @@ $application->registerRoutes(
                 'name' => 'gui#index',
                 'verb' => 'GET',
             ),
                 'name' => 'gui#index',
                 'verb' => 'GET',
             ),
+            array(
+                'url'  => '/tag/{rawtag}',
+                'name' => 'gui#tag',
+                'verb' => 'GET',
+            ),
         )
     )
 );
         )
     )
 );