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