update to main flask in order to reach host port

This commit is contained in:
Jacob Delgado 2024-08-21 14:44:40 -07:00
parent 505073bd93
commit 007a33e51d

View File

@ -160,4 +160,4 @@ if __name__ == "__main__":
with app.app_context():
db.create_all()
app.run(debug=True, port=5080)
app.run(debug=True, port=5080, host="0.0.0.0")