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>2020-10-25 18:19:55 +0300
committerPhie <phie@phie.ovh>2020-10-25 18:19:55 +0300
commit19009f0c6e03aa4f70e0ce6711f01c1263e424dc (patch)
tree36e00fd156b2d7ad1c5ab843e1d524c30ff3f59f /appinfo
parent85fd6a5ca31ccd93df23ce7d73d54b6adb99f5f3 (diff)
brand new import archive method
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 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'],
]