Skip to content

Commit

Permalink
Update WebMvcConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ryulkim authored Nov 20, 2023
1 parent ebc398d commit 42ca58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/inha/how/Config/WebMvcConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void addInterceptors(InterceptorRegistry registry){
.excludePathPatterns("/hello")
.excludePathPatterns("/api/lives")
.excludePathPatterns("/api/lives/*")
.excludePathPatterns("/.well-known/*")
.excludePathPatterns("/.well-known/**")
;
}
}

0 comments on commit 42ca58b

Please sign in to comment.