fix(backend): fixed cors
This commit is contained in:
parent
7632cf4104
commit
b5d47472d9
@ -29,12 +29,7 @@ app = FastAPI(
|
|||||||
)
|
)
|
||||||
|
|
||||||
origins = [
|
origins = [
|
||||||
"http://localhost",
|
"*",
|
||||||
"http://localhost:3000",
|
|
||||||
"http://localhost:8000/*",
|
|
||||||
"http://127.0.0.1",
|
|
||||||
"http://127.0.0.1:3000",
|
|
||||||
"http://127.0.0.1:8000/*",
|
|
||||||
"https://sim-free.dev-null.rocks",
|
"https://sim-free.dev-null.rocks",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user