|
@@ -49,7 +49,8 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|
registry.addInterceptor(getAuthBeforeResInterceptor())
|
|
registry.addInterceptor(getAuthBeforeResInterceptor())
|
|
.addPathPatterns("/api/auth-service/**")
|
|
.addPathPatterns("/api/auth-service/**")
|
|
.addPathPatterns("/api/app-service/**")
|
|
.addPathPatterns("/api/app-service/**")
|
|
- .excludePathPatterns("/api/auth-service/v1/apps/authentication");
|
|
|
|
|
|
+ .excludePathPatterns("/api/auth-service/v1/apps/authentication")
|
|
|
|
+ .excludePathPatterns("/api/auth-service/v4/**");
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|