From f80a44f1ac2beeb12a3a5d22134bad378652571c Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Tue, 22 Oct 2019 21:34:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E6=B3=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 WebMain.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WebMain.py b/WebMain.py
index c6f0727..7f68bb5 100644
--- a/WebMain.py
+++ b/WebMain.py
@@ -202,7 +202,7 @@ def getUploadStats():
     }})
 
 
-@app.route("/account/reLogin", methods=["GET"])
+@app.route("/account/reLogin", methods=["POST"])
 def accountRelogin():
     Common.loginBilibili()
     return jsonify({"message":"ok","code":200,"status":0,"data":{}})