delete user and authority info
This commit is contained in:
14
ui/src/utils/api.js
Normal file
14
ui/src/utils/api.js
Normal file
@@ -0,0 +1,14 @@
|
||||
export const KafkaAclApi = {
|
||||
addKafkaUser: {
|
||||
url: "/user",
|
||||
method: "post",
|
||||
},
|
||||
deleteKafkaUser: {
|
||||
url: "/user/auth",
|
||||
method: "delete",
|
||||
},
|
||||
getAclList: {
|
||||
url: "/acl/list",
|
||||
method: "post",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user