Skip to content

Commit

Permalink
refactor(fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
happycastle114 committed Nov 23, 2023
1 parent 4b5802e commit d1e2616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d1e2616

Please sign in to comment.