X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/0c9b45d210a5d94b3ba219e32b73233a5a795f61..b4d015eda88f8b01d968cab9be74a6cee3b52066:/appinfo/routes.php 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',