switch to gunicorn

This commit is contained in:
2026-01-24 16:52:12 -05:00
parent d263d73937
commit 3c540e502d
3 changed files with 8 additions and 12 deletions

2
app.py
View File

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