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:
Diffstat (limited to 'appinfo/routes.php')
-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