Browse Source

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

pull/83/head
wubin 1 year ago
parent
commit
031fd88fe1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java

+ 2
- 1
src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java View File

"/hhz/api/common/**", "/hhz/api/common/**",
"/hhz/api/apiConfig/getConfigInfo/**", "/hhz/api/apiConfig/getConfigInfo/**",
"/hhz/api/tencentCloudRtc/genUserSig/**", "/hhz/api/tencentCloudRtc/genUserSig/**",
"/hhz/admin/oidcTenant/add/**"
"/hhz/admin/oidcTenant/add/**",
"/hhz/admin/inspection/executeTaskStatus/**"
}; };


public static String freewayPermitUrlStr[] = { public static String freewayPermitUrlStr[] = {

Loading…
Cancel
Save