Accepting https calls in fastapi

后端 未结 0 1871
无人共我
无人共我 2021-02-19 03:52

I would like to allow https request in fast api. I used the following code to enable it,

app = FastAPI()

origins = [
    "http://localhost.tiangolo.com"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题