This commit is contained in:
Jacob Delgado 2024-08-21 14:45:30 -07:00
commit bbdeed1266

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")