Skip to content

Commit

Permalink
build: 프론트 임시 배포 CORS 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
seogwoojin committed Nov 19, 2024
1 parent cdbb54b commit b0b17ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ class SecurityConfig(
"https://meeting.alpha.uoslife.com",
"http://localhost:5173",
"https://localhost:5173",
"http://uoslife-meeting5-test.s3-website.ap-northeast-2.amazonaws.com", //임시 프론트 배포 TODO: 제거예정
"https://uoslife-meeting5-test.s3-website.ap-northeast-2.amazonaws.com"
)
configuration.allowedMethods =
mutableListOf("HEAD", "GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS")
Expand Down

0 comments on commit b0b17ce

Please sign in to comment.