From 8777a690e0bc0a7cd35b92017933ca31fbe1c669 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Mon, 29 Apr 2024 22:58:36 +0200 Subject: [PATCH] add origins --- app/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 67df094..1e98866 100644 --- a/app/main.py +++ b/app/main.py @@ -10,7 +10,9 @@ app = FastAPI() origins = [ "http://localhost:8084", - "https://backend.valczeryba.ovh" + "https://backend.valczeryba.ovh", + "https://www.facebook.com", + "https://fetlife.com" ] app.add_middleware(