refactor: 🔥 Remove test html and route
This commit is contained in:
parent
4077252a0e
commit
1dceebdbef
3
main.py
3
main.py
@ -18,9 +18,6 @@ def form_example():
|
|||||||
# otherwise handle the GET request
|
# otherwise handle the GET request
|
||||||
return render_template("index.html")
|
return render_template("index.html")
|
||||||
|
|
||||||
@app.route('/test')
|
|
||||||
def test():
|
|
||||||
return render_template("test.html")
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user