From 6ec599a94615844f7c7ee5b3db29a4f7e36f55bc Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 1 Sep 2020 15:51:03 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20forge=E7=99=BB=E5=BD=95=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8C=E6=AD=A5trustie=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=8E=A5=E5=8F=A3=E8=AF=B7=E6=B1=82=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/concerns/login_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/concerns/login_helper.rb b/app/controllers/concerns/login_helper.rb index 5b971e246..233aac0a1 100644 --- a/app/controllers/concerns/login_helper.rb +++ b/app/controllers/concerns/login_helper.rb @@ -142,7 +142,7 @@ module LoginHelper http.use_ssl = true end - http.send_request('PUT', uri.path, sync_json.to_json, {'Content-Type' => 'application/json'}) + http.send_request('POST', uri.path, sync_json.to_json, {'Content-Type' => 'application/json'}) end end