enable acl switch

This commit is contained in:
许晓东
2021-09-08 16:45:59 +08:00
parent 6cd87643c3
commit 8a76f226a1
9 changed files with 137 additions and 13 deletions

View File

@@ -47,4 +47,8 @@ export const KafkaAclApi = {
url: "/acl",
method: "delete",
},
getConfig: {
url: "/config",
method: "get",
},
};