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>2021-01-20 19:41:32 +0300
committerPhie <phie@phie.ovh>2021-01-20 19:41:32 +0300
commitab19f9c79df0a602a0c06e9dc86ff0ab9e2b09ad (patch)
tree57681a323a476d38c732e34bb95cfc2d79c5e49a /appinfo
parente94f50bec2f7d4e9e2bdbd698b95aeb6a271611e (diff)
new option to create folder notes by default
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 30a2f98..d1c3226 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -71,5 +71,10 @@ return [
['name' => 'note#importArchive', 'url' => '/note/import_archive', 'verb' => 'POST'],
['name' => 'note#getNote', 'url' => '/note/get_note', 'verb' => 'GET'],
+
+ ['name' => 'note#setShouldUseFolderNotes', 'url' => '/settings/note_folder', 'verb' => 'POST' ],
+ ['name' => 'note#shouldUseFolderNotes', 'url' => '/settings/note_folder', 'verb' => 'GET' ],
+
+
]
]; \ No newline at end of file