Skip to content

Commit

Permalink
fix: interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
GitJIHO committed Nov 15, 2024
1 parent 8997124 commit 1b4f96b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/gdg/kkia/common/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public CorsFilter corsFilter() {
@Override
public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(jwtInterceptor)
.excludePathPatterns("/redirection")
.excludePathPatterns("/api/auth/**")
.excludePathPatterns("/api/temp/**")
.excludePathPatterns("/swagger-ui/**")
Expand Down

0 comments on commit 1b4f96b

Please sign in to comment.