X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/81554f1309cc6a80578100b9583a591012df0d43..2b59f9d35c81a9d25e87a4d9c48ee1097756a3bb:/appinfo/routes.php 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',