refactor: 🔥 Remove test html and route

This commit is contained in:
Louis Gallet 2024-06-29 22:20:44 +02:00
parent 4077252a0e
commit 1dceebdbef
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

View File

@ -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__':