From d20482ed4dd3ffba42ae953d81a47b5beeb130f5 Mon Sep 17 00:00:00 2001 From: Hyeonseung-lee Date: Sun, 19 May 2024 03:22:23 +0900 Subject: [PATCH] add:cors origin --- backend/app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/main.py b/backend/app/main.py index 5df103755d..06093395fd 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -25,6 +25,7 @@ "http://localhost", "http://localhost:3000", "https://capstone-2024-05.vercel.app", + "https://www.stackorderflow.site", ]