From 3cf76a16a8bc168077a794ba7bba562e564b65e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=9D=E5=B7=9D?= Date: Mon, 7 Mar 2022 15:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=80=E5=AE=B6=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BC=81=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestCenter/tc_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestCenter/tc_routes.py b/TestCenter/tc_routes.py index 5b7afa9..e085b23 100644 --- a/TestCenter/tc_routes.py +++ b/TestCenter/tc_routes.py @@ -78,7 +78,7 @@ def change_verified(): return {"info": res}, status -@test_route.route('/new_company', methods=['GET']) +@test_route.route('/new_company', methods=['POST']) @verify_token def new_company_route(**kwargs): """