fix start

This commit is contained in:
2025-12-20 12:21:01 +03:00
parent b1e99277d1
commit d9149f3e63
+2 -2
View File
@@ -324,5 +324,5 @@ def api_posts():
if __name__ == "__main__":
app.run(debug=True)
# app.run(debug=True, host="0.0.0.0", port=80)
# app.run(debug=True)
app.run(debug=True, host="0.0.0.0", port=80)