mirror of
https://github.com/SirBlobby/Hoya26.git
synced 2026-02-04 03:34:34 -05:00
Reports Update
This commit is contained in:
@@ -4,4 +4,4 @@ from src import create_app
|
||||
app = create_app()
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True, port=5000)
|
||||
app.run(debug=True, port=5000, host="0.0.0.0")
|
||||
Reference in New Issue
Block a user