From ca5c912de08221c1e1087190a24f4d630f0ccb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 8 May 2019 17:45:16 +0200 Subject: Use ETag for file save status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- appinfo/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appinfo/routes.php') 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 -- cgit v1.2.3