From 8f31746c68b804afbee8a0e4a02008464e190952 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Sun, 17 Dec 2023 12:28:41 +0100 Subject: [PATCH] add backoffice origins --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index 276681c..92214ea 100644 --- a/app/main.py +++ b/app/main.py @@ -10,6 +10,7 @@ app = FastAPI() origins = [ "http://localhost:8084", + "https://backoffice.valczeryba.ovh" ] app.add_middleware(