X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/6c8ad60e9888fa5625dad2460ca073f93ac1ae0d..refs/tags/v0.5.1:/appinfo/routes.php diff --git a/appinfo/routes.php b/appinfo/routes.php index 19a4b93..29ce8ad 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -68,6 +68,26 @@ $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', + 'verb' => 'GET', + ), array( 'url' => '/tokens', 'name' => 'gui#tokens',