Merge pull request 'replace backend address' (#9) from hotfix/address into master

Reviewed-on: #9
This commit is contained in:
2023-12-17 13:20:30 +01:00

View File

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