From 1dceebdbefcb52ff7af0dbe6fa225f19d802ff39 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Sat, 29 Jun 2024 22:20:44 +0200 Subject: [PATCH] refactor: :fire: Remove test html and route --- main.py | 3 --- 1 file changed, 3 deletions(-) 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__':