add backoffice origins

This commit is contained in:
Valentin CZERYBA 2023-12-17 12:28:41 +01:00
parent fb302ca63e
commit 8f31746c68

View File

@ -10,6 +10,7 @@ app = FastAPI()
origins = [
"http://localhost:8084",
"https://backoffice.valczeryba.ovh"
]
app.add_middleware(