Skip to content

Commit

Permalink
feat: 토근 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Jul 25, 2024
1 parent 15e22a1 commit f01a8d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void addInterceptors(InterceptorRegistry registry) {
registry
.addInterceptor(memberAuthInterceptor())
.addPathPatterns("/api/**")
.excludePathPatterns("/api/auth/**", "/api/calendar/public/**", "/api/filter", "/api/calendar", "/api/calendar/**");
.excludePathPatterns("/api/auth/**", "/api/calendar/public/**", "/api/filter", "/api/filter/**", "/api/calendar", "/api/calendar/**");
registry
.addInterceptor(reissueAuthInterceptor())
.addPathPatterns("/auth/reissue")
Expand Down

0 comments on commit f01a8d4

Please sign in to comment.