Update main.py

This commit is contained in:
qiaofeng1227 2023-03-24 15:16:55 +08:00 committed by GitHub
parent 3f60b1a908
commit e041e0d2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,5 @@ async def redoc_html():
redoc_js_url="/static/redoc/redoc.standalone.js",
)
if __name__ == "__main__":
uvicorn.run("main:get_app", host='0.0.0.0', port=5000, reload=True)