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

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

View File

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