Commit f5c902c9 authored by 黎博's avatar 黎博

bug fix

parent efb7c317
...@@ -32,7 +32,7 @@ public class InterceptorConfig implements WebMvcConfigurer { ...@@ -32,7 +32,7 @@ public class InterceptorConfig implements WebMvcConfigurer {
@Override @Override
public void addInterceptors(InterceptorRegistry registry) { public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(yeebaoInterceptor()).addPathPatterns("/tzt-api/**", "/balance-board/**"); registry.addInterceptor(yeebaoInterceptor()).addPathPatterns("/tzt-api/**", "/balance-board/**");
registry.addInterceptor(ruleEngineInterceptor()).addPathPatterns("/rule_engine/**, /ex/isInWhiteList"); registry.addInterceptor(ruleEngineInterceptor()).addPathPatterns("/rule_engine/**", "/ex/isInWhiteList");
registry.addInterceptor(xinchengInterceptor()).addPathPatterns("/webservice/api/lhp/**"); registry.addInterceptor(xinchengInterceptor()).addPathPatterns("/webservice/api/lhp/**");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment