add backoffice origins #8

Merged
v4l3n71n merged 1 commits from events into master 2023-12-17 11:33:36 +00:00

View File

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