standlone HTML output
[grauphel.git] / appinfo / routes.php
index ddfc90b861dfdd8494260cf48c20ddb3c362d6b2..c96ec30f1dd7e99e9ccb47edea73ae741e877187 100644 (file)
@@ -68,6 +68,16 @@ $application->registerRoutes(
                 'name' => 'gui#tag',
                 'verb' => 'GET',
             ),
+            array(
+                'url'  => '/note/{guid}.html',
+                'name' => 'notes#html',
+                'verb' => 'GET',
+            ),
+            array(
+                'url'  => '/note/{guid}.xml',
+                'name' => 'notes#xml',
+                'verb' => 'GET',
+            ),
             array(
                 'url'  => '/note/{guid}',
                 'name' => 'gui#note',