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): """