소스 검색

初始化组织管理员

xda 3 년 전
부모
커밋
c196907d8c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/winhc/repal/config/MvcConfigurer.java

+ 1 - 0
src/main/java/com/winhc/repal/config/MvcConfigurer.java

@@ -22,6 +22,7 @@ public class MvcConfigurer implements WebMvcConfigurer {
                 .excludePathPatterns("/swagger-ui/**")
                 .excludePathPatterns("/swagger-resources/**")
                 .excludePathPatterns("/api/**","/v2/**", "/v3/**")
+                .excludePathPatterns("/group/init")
                 .order(0);
     }