瀏覽代碼

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