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, 2 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 2bf80fd..291dce0 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -68,5 +68,7 @@ return [
['name' => 'note#importNote', 'url' => '/note/import', 'verb' => 'POST'],
+
+ ['name' => 'note#getNote', 'url' => '/note/get_note', 'verb' => 'GET'],
]
]; \ No newline at end of file