run at 0.0.0.0:5000

This commit is contained in:
Tiger Ren 2024-10-10 12:31:50 +08:00
parent df1b5c3278
commit c3694e6024
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ from app import create_app
app = create_app()
if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0', port=5000)