standlone HTML output
[grauphel.git] / appinfo / routes.php
index 1c7e50bf1821d07015f8519f340e111bba5a7463..c96ec30f1dd7e99e9ccb47edea73ae741e877187 100644 (file)
@@ -68,6 +68,11 @@ $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',