link grauphel 0.6.2 download
[grauphel.git] / appinfo / routes.php
index 1c7e50bf1821d07015f8519f340e111bba5a7463..29ce8ad30cab8a2640b62c63a936321a3697c2ba 100644 (file)
@@ -68,6 +68,16 @@ $application->registerRoutes(
                 'name' => 'gui#tag',
                 'verb' => 'GET',
             ),
                 'name' => 'gui#tag',
                 'verb' => 'GET',
             ),
+            array(
+                'url'  => '/note/{guid}.html',
+                'name' => 'notes#html',
+                'verb' => 'GET',
+            ),
+            array(
+                'url'  => '/note/{guid}.txt',
+                'name' => 'notes#text',
+                'verb' => 'GET',
+            ),
             array(
                 'url'  => '/note/{guid}.xml',
                 'name' => 'notes#xml',
             array(
                 'url'  => '/note/{guid}.xml',
                 'name' => 'notes#xml',