X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/8ee6bfe97633d31c6b89cebbc434837eca04d6dd..adec466cf2ac13926a6ba536c18171370eb0c1e4:/appinfo/routes.php diff --git a/appinfo/routes.php b/appinfo/routes.php index ddfc90b..1c7e50b 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -68,6 +68,11 @@ $application->registerRoutes( 'name' => 'gui#tag', 'verb' => 'GET', ), + array( + 'url' => '/note/{guid}.xml', + 'name' => 'notes#xml', + 'verb' => 'GET', + ), array( 'url' => '/note/{guid}', 'name' => 'gui#note',