replace backend address

This commit is contained in:
Valentin CZERYBA 2023-12-17 13:20:29 +01:00
parent 8f31746c68
commit fc2c6fdbd8

View File

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