aboutsummaryrefslogtreecommitdiff
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/database.xml1
-rw-r--r--appinfo/routes.php5
2 files changed, 6 insertions, 0 deletions
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 @@
<?xml version="1.0" encoding="UTF-8" ?>
<database>
+ <!-- http://www.wiltonhotel.com/_ext/pear/docs/MDB2/docs/xml_schema_documentation.html -->
<name>*dbname*</name>
<create>true</create>
<overwrite>false</overwrite>
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 19a4b93..ddfc90b 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -69,6 +69,11 @@ $application->registerRoutes(
'verb' => 'GET',
),
array(
+ 'url' => '/note/{guid}',
+ 'name' => 'gui#note',
+ 'verb' => 'GET',
+ ),
+ array(
'url' => '/tokens',
'name' => 'gui#tokens',
'verb' => 'GET',