✏️ Fix protocol separator typo (#647)

This commit is contained in:
Forest Monsen 2019-11-27 11:37:19 -08:00 committed by Sebastián Ramírez
parent 23459d4a35
commit 7781cc0936
1 changed files with 2 additions and 2 deletions

View File

@ -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(