Przeglądaj źródła

Merge branch 'develop' of gitadmin/tuoheng_gateway into release

pull/33/head
gitadmin 1 rok temu
rodzic
commit
a760ebe11d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java

+ 2
- 2
src/main/java/com/tuoheng/gateway/constants/PermitPathConstant.java Wyświetl plik

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

}

Ładowanie…
Anuluj
Zapisz