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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index ef9bfeb..30a2f98 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -68,7 +68,7 @@ return [
['name' => 'note#importNote', 'url' => '/note/import', 'verb' => 'POST'],
-
+ ['name' => 'note#importArchive', 'url' => '/note/import_archive', 'verb' => 'POST'],
['name' => 'note#getNote', 'url' => '/note/get_note', 'verb' => 'GET'],
]