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-07-26 20:39:12 +0300
committerPhie <phie@phie.ovh>2020-07-26 20:41:01 +0300
commitf9712795ab02b732dacdb093e33e2cae16ff5b5c (patch)
tree97404c540b00b96c6285e09b128bb42423836ce5 /appinfo
parentb0ac4135762a3e1921b4c5074356066834a8688c (diff)
note exporter api
Diffstat (limited to 'appinfo')
-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