Skip to content

Commit

Permalink
feat: loginConfig swagger 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 14, 2024
1 parent a5c69d2 commit f36d699
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/filter/**", "/api/calendar", "/api/calendar/**");
.excludePathPatterns("/api/auth/**", "/api/calendar/public/**", "/api/filter", "/api/filter/**", "/api/calendar", "/api/calendar/**", "/swagger-ui", "/swagger-ui/**");
registry
.addInterceptor(reissueAuthInterceptor())
.addPathPatterns("/auth/reissue")
Expand Down

0 comments on commit f36d699

Please sign in to comment.