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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index b1362dc39..4951d865b 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -43,7 +43,7 @@ return [
'ocs' => [
['name' => 'Workspace#folder', 'url' => '/workspace', 'verb' => 'GET'],
['name' => 'Workspace#publicFolder', 'url' => '/public/workspace', 'verb' => 'GET'],
- ['name' => 'Workspace#direct', 'url' => '/workspace/direct', 'verb' => 'GET'],
+ ['name' => 'Workspace#direct', 'url' => '/workspace/direct', 'verb' => 'POST'],
]
];