Skip to content

Commit

Permalink
Merge pull request #164 from JNU-econovation/feat/48/ouath
Browse files Browse the repository at this point in the history
feat: 토근 설정 변경
  • Loading branch information
capDoYeonLee authored Jul 25, 2024
2 parents 9e6e271 + f01a8d4 commit 7279832
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 7279832

Please sign in to comment.