ソースを参照

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/**"
};

}

読み込み中…
キャンセル
保存