Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 4951d865b..167cd01dd 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -39,11 +39,12 @@ return [
['name' => 'PublicSession#push', 'url' => '/public/session/push', 'verb' => 'POST'],
['name' => 'PublicSession#close', 'url' => '/public/session/close', 'verb' => 'GET'],
+
+ ['name' => 'Settings#updateConfig', 'url' => '/settings', 'verb' => 'POST'],
],
'ocs' => [
['name' => 'Workspace#folder', 'url' => '/workspace', 'verb' => 'GET'],
['name' => 'Workspace#publicFolder', 'url' => '/public/workspace', 'verb' => 'GET'],
['name' => 'Workspace#direct', 'url' => '/workspace/direct', 'verb' => 'POST'],
-
]
];