소스 검색

Merge branch 'develop' of gitadmin/tuoheng_gateway into release

pull/33/head
gitadmin 1 년 전
부모
커밋
a760ebe11d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java

+ 2
- 2
src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java 파일 보기

@@ -13,7 +13,6 @@ public class PermitPathConstant {
"/hhz/admin/login/**",
"/hhz/admin/meeting/updatePeopleStatus/**",
"/hhz/admin/download/workUserExcel/**",
"/hhz/admin/tencentCloudRtc/genUserSig/**",
"/hhz/admin/inspection/track/**",
"/hhz/admin/inspection/uploadFlightUrl/**",
"/hhz/admin/inspection/updateTaskByCode/**",
@@ -28,7 +27,8 @@ public class PermitPathConstant {
"/hhz/api/meeting/updatePeopleStatus/**",
"/hhz/api/common/**",
"/hhz/api/common/**",
"/hhz/api/apiConfig/getConfigInfo/**"
"/hhz/api/apiConfig/getConfigInfo/**",
"/hhz/api/tencentCloudRtc/genUserSig/**"
};

}

Loading…
취소
저장