X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/8ee6bfe97633d31c6b89cebbc434837eca04d6dd..d2bc4dfd1c4c2c54c75cd4b316c4e8b2c013a25b:/appinfo/routes.php diff --git a/appinfo/routes.php b/appinfo/routes.php index ddfc90b..29ce8ad 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -68,6 +68,21 @@ $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', + 'verb' => 'GET', + ), array( 'url' => '/note/{guid}', 'name' => 'gui#note',