Skip to content

Commit

Permalink
feat: add path
Browse files Browse the repository at this point in the history
  • Loading branch information
GitJIHO committed Nov 15, 2024
1 parent 8d985cf commit 281a20c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/gdg/kkia/common/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ public CorsFilter corsFilter() {
public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(jwtInterceptor)
.excludePathPatterns("/redirection/**")
.excludePathPatterns("/redirection")
.excludePathPatterns("/oauth/**")
.excludePathPatterns("/v2/**")
.excludePathPatterns("/api/auth/**")
.excludePathPatterns("/api/temp/**")
.excludePathPatterns("/swagger-ui/**")
Expand Down

0 comments on commit 281a20c

Please sign in to comment.