X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/0c9b45d210a5d94b3ba219e32b73233a5a795f61..d2bc4dfd1c4c2c54c75cd4b316c4e8b2c013a25b:/appinfo/routes.php?ds=sidebyside diff --git a/appinfo/routes.php b/appinfo/routes.php index 1c7e50b..29ce8ad 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -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}.txt', + 'name' => 'notes#text', + 'verb' => 'GET', + ), array( 'url' => '/note/{guid}.xml', 'name' => 'notes#xml',