|
|
@@ -20,7 +20,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|
|
@Override
|
|
|
public void addInterceptors(InterceptorRegistry registry) {
|
|
|
registry.addInterceptor(authInterceptor)
|
|
|
- .excludePathPatterns("/health/**", "/wx/mp/entry", "/wx/mp/callback");
|
|
|
+ .excludePathPatterns("/health/info", "/wx/mp/entry", "/wx/mp/callback");
|
|
|
}
|
|
|
|
|
|
/**
|