This commit is contained in:
Midas Wollinger
2026-07-29 12:44:11 +02:00
parent 387f160dc4
commit 5554650d0d

2
app.py
View File

@ -433,4 +433,4 @@ def api_fire():
init_db() init_db()
if __name__ == "__main__": if __name__ == "__main__":
app.run(debug=True, port=5000) app.run(host="0.0.0.0", debug=True, port=5000)