Skip to content

Commit

Permalink
Merge pull request #122 from JNU-econovation/feat/48/ouath
Browse files Browse the repository at this point in the history
fix: 임시 필터 생성 토큰 설정 변경
  • Loading branch information
capDoYeonLee authored Jul 23, 2024
2 parents 797f19b + 0b5f9ca commit 6e40968
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/**");
.excludePathPatterns("/api/auth/**", "/api/calendar/public/**", "/api/filter");
registry
.addInterceptor(reissueAuthInterceptor())
.addPathPatterns("/auth/reissue")
Expand Down

0 comments on commit 6e40968

Please sign in to comment.