From fc2c6fdbd8260aa7b0d658522b34fa416e3b6540 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Sun, 17 Dec 2023 13:20:29 +0100 Subject: [PATCH] replace backend address --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 92214ea..67df094 100644 --- a/app/main.py +++ b/app/main.py @@ -10,7 +10,7 @@ app = FastAPI() origins = [ "http://localhost:8084", - "https://backoffice.valczeryba.ovh" + "https://backend.valczeryba.ovh" ] app.add_middleware(