From d1e2616d591b6332fd8c4e793a68c2c174e8f635 Mon Sep 17 00:00:00 2001 From: happycastle <41810556+happycastle114@users.noreply.github.com> Date: Fri, 24 Nov 2023 03:37:31 +0900 Subject: [PATCH] refactor(fix) --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index f1139d6..0c482d6 100644 --- a/main.py +++ b/main.py @@ -20,8 +20,8 @@ async def initMongo(app: FastAPI): origin = [ "http://localhost:5173", - "https://diversity.tech4impact.kr/", - "https://*.netlify.app/", + "https://diversity.tech4impact.kr", + "https://*.netlify.app", ] app.add_middleware(