Update CORS origins
This commit is contained in:
parent
0e89fe1b15
commit
868929e9f2
|
@ -13,7 +13,7 @@ app.add_middleware(
|
||||||
CORSMiddleware,
|
CORSMiddleware,
|
||||||
allow_origins=[
|
allow_origins=[
|
||||||
"https://fids.slc.ar",
|
"https://fids.slc.ar",
|
||||||
"https://fids.slc.ar",
|
"https://airport.fids.slc.ar",
|
||||||
"http://localhost:8080",
|
"http://localhost:8080",
|
||||||
"http://localhost:8081",
|
"http://localhost:8081",
|
||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
|
|
|
@ -12,6 +12,7 @@ app.add_middleware(
|
||||||
CORSMiddleware,
|
CORSMiddleware,
|
||||||
allow_origins=[
|
allow_origins=[
|
||||||
"https://fids.slc.ar",
|
"https://fids.slc.ar",
|
||||||
|
"https://airport.fids.slc.ar",
|
||||||
"http://localhost:8080",
|
"http://localhost:8080",
|
||||||
"http://localhost:8081",
|
"http://localhost:8081",
|
||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
|
|
Loading…
Reference in New Issue