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