replace backend address #9

Merged
v4l3n71n merged 1 commits from hotfix/address into master 2023-12-17 12:20:32 +00:00

View File

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