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:
authorJulius Härtl <jus@bitgrid.net>2019-11-28 11:18:47 +0300
committerJulius Härtl <jus@bitgrid.net>2019-12-02 14:28:31 +0300
commitc1e009c77b87e0d4caaf1628e5e7a12b99cacde9 (patch)
tree68c2d554c0382e9967a046c955d433e58f977d6e /appinfo/routes.php
parent9d645c80108a79d15dd3ef276b9e0d9f154f00fd (diff)
Move to POST
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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'],
]
];