Skip to content

Commit

Permalink
feat: CORS 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ddingmin committed May 25, 2024
1 parent 87e36cc commit 9368e96
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class WebConfig(
"http://localhost:3000",
"http://localhost:3300",
"https://depromeet-makers.vercel.app",
"https://depromeet-makers.dev"
"https://depromeet-makers.dev",
"https://makers.depromeet.com",
)
}
}

0 comments on commit 9368e96

Please sign in to comment.