Skip to content

Commit

Permalink
hotfix: 토큰 재발급 http method 변경으로 인한 exclude path 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YongsHub committed Oct 27, 2023
1 parent 9bec62f commit 51d04f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void addInterceptors(InterceptorRegistry registry) {
.addPathPatterns("/**")
.excludePathPatterns("/auth/callback")
.excludePathPatterns("/auth/logout")
.excludePathPatterns("/auth/reissue")
.excludePathPatterns("/members/nickname")
.excludePathPatterns("/boards");
}
Expand Down

0 comments on commit 51d04f3

Please sign in to comment.