fix(backend): fixed cors

This commit is contained in:
Alex Wellnitz 2024-09-21 16:08:59 +02:00
parent 7632cf4104
commit b5d47472d9

View File

@ -29,12 +29,7 @@ app = FastAPI(
)
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",
]