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

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

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(