X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/81554f1309cc6a80578100b9583a591012df0d43..b4d015eda88f8b01d968cab9be74a6cee3b52066:/appinfo/routes.php?ds=sidebyside diff --git a/appinfo/routes.php b/appinfo/routes.php index c96ec30..29ce8ad 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -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',