Merge pull request 'add backoffice origins' (#8) from events into master

Reviewed-on: #8
This commit is contained in:
2023-12-17 12:33:34 +01:00

View File

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