Compare commits

...

2 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
5f9c3c32c6 Merge pull request 'add backoffice origins' (#8) from events into master
Reviewed-on: #8
2023-12-17 12:33:34 +01:00
8f31746c68 add backoffice origins 2023-12-17 12:28:41 +01:00

View File

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