forked from ddrilling/asb_cloud_front
update api client
This commit is contained in:
parent
a23ed5bb25
commit
1ad8ecc37b
@ -118,7 +118,7 @@ idData: number,
|
|||||||
): Promise<any> {
|
): Promise<any> {
|
||||||
const result = await __request({
|
const result = await __request({
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
path: `/api/well/${idWell}/measure`,
|
path: `/api/well/${idWell}/measure/history/${idData}`,
|
||||||
});
|
});
|
||||||
return result.body;
|
return result.body;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user