This commit is contained in:
2025-04-20 17:19:01 +01:00
parent 1819ba4efc
commit e829d93787

View File

@@ -14,4 +14,4 @@ def mindmap():
# Flask starten
if __name__ == '__main__':
app.run(debug=True)
app.run(host="0.0.0.0", debug=True)