Results 1 comments of king.yu

if __name__ == "__main__": import uvicorn uvicorn.run( app='api:app', host='0.0.0.0', port=8100, reload=True )