zqbao 11 mesi fa
parent
commit
0f0bf73776
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      utils/constants.go

+ 1 - 0
utils/constants.go

@@ -53,4 +53,5 @@ const (
 var NoAuthApiMap = map[string]bool{
 	"/role/menu/buttons": true,
 	"/role/menu/list":    true,
+	"/department/list":   true,
 }