Update lomes-app.py
This commit is contained in:
parent
85551f5110
commit
ee87f6346f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ def index():
|
|||
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