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>2018-08-21 22:54:24 +0300
committerPhie <phie@phie.ovh>2018-08-21 22:54:24 +0300
commitfdf456bf4d1fb23cd2fe3695cdafb2e73374fefc (patch)
tree8de8bfc8f80df7a146893923ea1596789a75eede /appinfo/routes.php
parent7d24cc0120859fc4e46b301c08effc97ddfbb1bb (diff)
create new note
Diffstat (limited to 'appinfo/routes.php')
-rwxr-xr-xappinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 56ceac1..03768da 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -14,6 +14,7 @@ return [
['name' => 'page#writer', 'url' => '/writer', 'verb' => 'GET'],
['name' => 'page#do_echo', 'url' => '/echo', 'verb' => 'POST'],
['name' => 'note#openNote', 'url' => '/note/open', 'verb' => 'GET'],
+ ['name' => 'note#createNote', 'url' => '/note/create', 'verb' => 'GET'],
['name' => 'note#saveTextToOpenNote', 'url' => '/note/saveText', 'verb' => 'POST'],
['name' => 'note#listDir', 'url' => '/browser/list', 'verb' => 'GET'],
['name' => 'note#getRecent', 'url' => '/recentdb', 'verb' => 'GET'],