From aefdca4831130528402571f4df1b9d59c45361ea Mon Sep 17 00:00:00 2001 From: yaongmeow Date: Sun, 23 Jun 2024 22:36:25 +0900 Subject: [PATCH] chore: edit cross origin --- BE/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BE/main.py b/BE/main.py index 7d70ae7..6972ba5 100644 --- a/BE/main.py +++ b/BE/main.py @@ -14,7 +14,8 @@ origins = [ "http://localhost:3000", - "swe-nz2sl01c3-fine-pines-projects.vercel.app" + "https://swe-nz2sl01c3-fine-pines-projects.vercel.app", + "http://swe-nz2sl01c3-fine-pines-projects.vercel.app" ] BASE_DIR = os.path.dirname(os.path.abspath(__file__))