Browse Source

fit: 黄赌毒问题下发;

fit: 个人极端风险打分
main
wxc 1 year ago
parent
commit
e9251b56c9
  1. 2
      src/main/java/com/biutag/supervision/config/InterceptorConfig.java

2
src/main/java/com/biutag/supervision/config/InterceptorConfig.java

@ -34,7 +34,7 @@ public class InterceptorConfig implements WebMvcConfigurer {
.excludePathPatterns("/login")
.excludePathPatterns("/auth/self")
.excludePathPatterns("/file/stream/**", "/templates/**")
.excludePathPatterns("/score/police", "/score/depart")
.excludePathPatterns("/score/**")
.excludePathPatterns(List.of("/doc.html", "/webjars/**", "/favicon.ico", "/v3/api-docs/**"));
registry.addInterceptor(new ApiInterceptor())

Loading…
Cancel
Save