diff --git a/main.py b/main.py index 067287e..c4d9380 100644 --- a/main.py +++ b/main.py @@ -18,9 +18,6 @@ def form_example(): # otherwise handle the GET request return render_template("index.html") -@app.route('/test') -def test(): - return render_template("test.html") if __name__ == '__main__':