|
@@ -17,7 +17,7 @@ public class WebAppConfig implements WebMvcConfigurer {
|
|
|
@Override
|
|
|
public void addInterceptors(InterceptorRegistry registry) {
|
|
|
registry.addInterceptor(tokenInterceptor).addPathPatterns("/**")
|
|
|
- .excludePathPatterns("/**/test/**","/**/fdLogin/**","/**/bim/**","/**/callBack/**");
|
|
|
+ .excludePathPatterns("/**/test/**","/**/fdLogin/**","/**/bim/**","/**/callBack/**","/**/app/**");
|
|
|
WebMvcConfigurer.super.addInterceptors(registry);
|
|
|
}
|
|
|
|