mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix protocol separator typo (#647)
This commit is contained in:
parent
23459d4a35
commit
7781cc0936
|
|
@ -6,8 +6,8 @@ app = FastAPI()
|
|||
origins = [
|
||||
"http://localhost.tiangolo.com",
|
||||
"https://localhost.tiangolo.com",
|
||||
"http:localhost",
|
||||
"http:localhost:8080",
|
||||
"http://localhost",
|
||||
"http://localhost:8080",
|
||||
]
|
||||
|
||||
app.add_middleware(
|
||||
|
|
|
|||
Loading…
Reference in New Issue