Update lomes-app.py

This commit is contained in:
Fr4nz D13trich 2025-10-12 20:16:47 +02:00
parent 85551f5110
commit ee87f6346f

View file

@ -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)