Reports Update

This commit is contained in:
2026-01-25 00:16:30 +00:00
parent 87df89fb32
commit d37d925150
11 changed files with 1153 additions and 254 deletions

View File

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