소스 검색

Merge remote-tracking branch 'origin/develop' into develop

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

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

@@ -29,7 +29,8 @@ public class PermitPathConstant {
"/hhz/api/common/**",
"/hhz/api/apiConfig/getConfigInfo/**",
"/hhz/api/tencentCloudRtc/genUserSig/**",
"/hhz/admin/oidcTenant/add/**"
"/hhz/admin/oidcTenant/add/**",
"/hhz/admin/inspection/executeTaskStatus/**"
};

public static String freewayPermitUrlStr[] = {

Loading…
취소
저장