From 8ee6bfe97633d31c6b89cebbc434837eca04d6dd Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 23 Oct 2014 23:07:01 +0200 Subject: note preview --- appinfo/database.xml | 1 + appinfo/routes.php | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'appinfo') diff --git a/appinfo/database.xml b/appinfo/database.xml index 7419ee7..4738d60 100755 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -1,5 +1,6 @@ + *dbname* true false diff --git a/appinfo/routes.php b/appinfo/routes.php index 19a4b93..ddfc90b 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -68,6 +68,11 @@ $application->registerRoutes( 'name' => 'gui#tag', 'verb' => 'GET', ), + array( + 'url' => '/note/{guid}', + 'name' => 'gui#note', + 'verb' => 'GET', + ), array( 'url' => '/tokens', 'name' => 'gui#tokens', -- cgit v1.2.3