mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-212): change HTTP method to DELETE for item removal in PurchaseRequestForm
This commit is contained in:
@@ -115,7 +115,7 @@ export class PurchaseDeleteItemsService extends BaseApiService<
|
|||||||
return await this.customRequest<BaseApiResponse<{ message: string }>>(
|
return await this.customRequest<BaseApiResponse<{ message: string }>>(
|
||||||
`${purchaseRequestId}/items`,
|
`${purchaseRequestId}/items`,
|
||||||
{
|
{
|
||||||
method: 'POST',
|
method: 'DELETE',
|
||||||
payload,
|
payload,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user