WIP: First Milestone reached #3
1 changed files with 2 additions and 1 deletions
|
|
@ -9,4 +9,5 @@ def index():
|
||||||
return render_template("index.html")
|
return render_template("index.html")
|
||||||
|
|
||||||
|
|
||||||
app.run(host="127.0.0.1", port=5000)
|
app.run(host="127.0.0.1", port=5000)
|
||||||
|
appFlask.run(debug=True)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue