Skip to content

Commit

Permalink
feat(cors) cors
Browse files Browse the repository at this point in the history
  • Loading branch information
happycastle114 committed Nov 23, 2023
1 parent 32a9633 commit e8588e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ async def initMongo(app: FastAPI):

origin = [
"http://localhost:5173",
"https://diversity.tech4impact.kr/"
"https://diversity.tech4impact.kr/",
"https://*..netlify.app/",
]

app.add_middleware(
Expand Down

0 comments on commit e8588e1

Please sign in to comment.