Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -14,6 +14,6 @@ public class InterceptorConfig implements WebMvcConfigurer { | ... | @@ -14,6 +14,6 @@ public class InterceptorConfig implements WebMvcConfigurer { |
| 14 | @Override | 14 | @Override |
| 15 | public void addInterceptors(InterceptorRegistry registry) { | 15 | public void addInterceptors(InterceptorRegistry registry) { |
| 16 | 16 | ||
| 17 | - registry.addInterceptor(new SignInterceptor()).addPathPatterns("/**"); | 17 | + registry.addInterceptor(new SignInterceptor()).addPathPatterns("/customs/*"); |
| 18 | } | 18 | } |
| 19 | } | 19 | } | ... | ... |
-
Please register or login to post a comment