restore the listening port

This commit is contained in:
Yuanzhang Hu 2024-05-11 08:40:34 -04:00
parent e20c40af6b
commit b0841b3134
No known key found for this signature in database
GPG Key ID: 83B3E45AFE1D32EF

2
app.py
View File

@ -87,4 +87,4 @@ if __name__ == "__main__":
log_config["formatters"]["default"]["fmt"] = default_format
log_config["formatters"]["access"]["fmt"] = access_format
uvicorn.run("app:app", host="0.0.0.0", port=5205)
uvicorn.run("app:app", host="0.0.0.0", port=5005)