use .tar.bz2 instead of .zip for releases
[grauphel.git] / appinfo / routes.php
index 5585bdb190afd26bc43cd4335be024b1e354755c..a82db6b69c4794991f3579c922194046134dc32e 100644 (file)
@@ -63,6 +63,16 @@ $application->registerRoutes(
                 'name' => 'gui#index',
                 'verb' => 'GET',
             ),
+            array(
+                'url'  => '/tag/{rawtag}',
+                'name' => 'gui#tag',
+                'verb' => 'GET',
+            ),
+            array(
+                'url'  => '/tokens',
+                'name' => 'gui#tokens',
+                'verb' => 'GET',
+            ),
         )
     )
 );