Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2019-08-17 18:31:58 +0300
committerPhie <phie@phie.ovh>2019-08-17 18:31:58 +0300
commit256774c2de59b5190ed49637776636fe44522da9 (patch)
tree614b96fd4e1f2b772b83df5ed4edaf6ce393d42b /appinfo
parent5e4a3a27430ab49517b365e120ca7bc2253eb2de (diff)
real template + cache for writer
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 2d9c35b..9fe50a5 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -8,11 +8,11 @@
* it's instantiated in there
*/
-$this->create('carnet_writer','/writer')->actionInclude('carnet/templates/writer.php');
return [
'routes' => [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
+ ['name' => 'page#writer', 'url' => '/writer', 'verb' => 'GET'],
['name' => 'page#settings', 'url' => '/settings', 'verb' => 'GET'],
['name' => 'note#getNotePath', 'url' => '/settings/note_path', 'verb' => 'GET'],
['name' => 'note#setNotePath', 'url' => '/settings/note_path', 'verb' => 'POST'],