From 8bdd1b2849cb4f4c31ccc113878af02e14c84707 Mon Sep 17 00:00:00 2001 From: Guanghong Zheng Date: Mon, 21 Oct 2024 16:30:26 +0100 Subject: [PATCH] Update --- src/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.py b/src/app.py index 3ac7a1e..c357997 100644 --- a/src/app.py +++ b/src/app.py @@ -4,8 +4,6 @@ app = Flask(__name__) - - @app.route("/submit", methods=["POST"]) def submit(): input_name = request.form.get("name")