Skip to content

Commit

Permalink
feat: 인터셉터 path 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jundonghyuk committed Mar 7, 2024
1 parent c343160 commit 12cd899
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public void addInterceptors(InterceptorRegistry registry) {
.addPathPatterns("/**")
.excludePathPatterns(List.of(
"/users",
"/login"
"/login",
"/announcements/**"
));
}

Expand Down

0 comments on commit 12cd899

Please sign in to comment.