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-05-08 18:45:16 +0300
committerJulius Härtl <jus@bitgrid.net>2019-05-08 18:45:16 +0300
commitca5c912de08221c1e1087190a24f4d630f0ccb98 (patch)
treebed745921de7b99fab8316db3efe81e55cdb3a45 /appinfo/routes.php
parent724d6298554c5fecfe7ee1a971de00cb0bfa6fde (diff)
Use ETag for file save status
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 29b92263b..d0bf8c9fd 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -12,7 +12,7 @@ return [
// Load initial document
['name' => 'Session#fetch', 'url' => '/session/fetch', 'verb' => 'GET'],
// Load steps
- ['name' => 'Session#sync', 'url' => '/session/sync', 'verb' => 'GET'],
+ ['name' => 'Session#sync', 'url' => '/session/sync', 'verb' => 'POST'],
// Push own steps
['name' => 'Session#push', 'url' => '/session/push', 'verb' => 'POST'],
// Close session