review code.

This commit is contained in:
lijiahang
2023-12-01 17:29:42 +08:00
parent 351669a4f3
commit e8d99cb263
21 changed files with 235 additions and 132 deletions

View File

@@ -21,7 +21,7 @@ export interface AssetAuthorizedDataQueryRequest {
* 主机分组授权
*/
export function grantHostGroup(request: AssetDataGrantRequest) {
return axios.put('/asset/host-group/grant-host-group', request);
return axios.put('/asset/data-grant/grant-host-group', request);
}
/**