go back to 5000 port

This commit is contained in:
Tiger Ren 2024-10-10 16:04:29 +08:00
parent 24d4ffbce5
commit f36bad3a1d
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ app = create_app()
if __name__ == '__main__':
logger.info("Starting the application")
app.run(host='0.0.0.0', port=5001)
app.run(host='0.0.0.0', port=5000)
logger.info("Application stopped")