瀏覽代碼

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…
取消
儲存