Skip to content

Commit

Permalink
refactor: 인터셉터 허용 url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyeonyy committed Oct 22, 2024
1 parent 67fc50b commit 8fba7d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(authenticationCheckInterceptor)
.addPathPatterns("/v1/**")
.excludePathPatterns("/v1/auth/kakao/oauth", "/v1/auth/login/anna", "/v1/auth/login/hogee", "/health",
"/v1/auth/google/oauth",
"/v1/auth/apple/oauth", "/v1/oauth/apple");
"/v1/auth/google",
"/v1/auth/apple");
}

@Override
Expand Down

0 comments on commit 8fba7d2

Please sign in to comment.