Skip to content

Commit

Permalink
Merge pull request #88 from IxxP-Girls/modify
Browse files Browse the repository at this point in the history
Fix: 응답헤더 refresh 삭제
  • Loading branch information
diddnwjd authored Mar 7, 2024
2 parents a9be668 + 9254d75 commit fab0a99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ public void addCorsMappings(CorsRegistry registry) {
.allowedMethods("GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS", "HEAD")
.allowedOrigins("http://localhost:8080", "http://localhost:5173/", "http://43.202.13.38:8081/", "https://www.culpop.shop/", "https://my.culpop.shop/", "https://a.culpop.vercel.app/")
.allowCredentials(true)
.exposedHeaders("Authorization", "RefreshToken");
.exposedHeaders("AccessToken");
}
}

0 comments on commit fab0a99

Please sign in to comment.