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