Skip to content

Commit

Permalink
bug: 멘토 patch 메소드 API 403 에러
Browse files Browse the repository at this point in the history
  • Loading branch information
qzzloz committed Jan 8, 2025
1 parent 491dd48 commit a042c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void addCorsMappings(CorsRegistry corsRegistry) {
"https://cogo.life",
"https://coffeego-ssu.web.app",
"https://accounts.google.co.kr")
.allowedMethods("OPTIONS", "GET", "POST", "PUT", "DELETE")
.allowedMethods("OPTIONS", "GET", "POST", "PUT", "DELETE", "PATCH")
.allowedHeaders("*")
.exposedHeaders("Set-Cookie", "Authorization", "loginStatus")
.allowCredentials(true)
Expand Down

0 comments on commit a042c7d

Please sign in to comment.