diff --git a/lomes-app.py b/lomes-app.py index b1d7398..f642d63 100644 --- a/lomes-app.py +++ b/lomes-app.py @@ -10,4 +10,4 @@ def index(): return render_template("/var/www/html/index.html") -app.run(host="0.0.0.0", port=5000) \ No newline at end of file +app.run(host="127.0.0.1", port=5000) \ No newline at end of file