mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-345): Rename hpp-ekspedisi endpoint to expedition-hpp
This commit is contained in:
@@ -200,7 +200,7 @@ export class ClosingApiService extends BaseApiService<Closing, null, null> {
|
||||
id: number
|
||||
): Promise<BaseApiResponse<ClosingCostOfRevenueExpedition> | undefined> {
|
||||
try {
|
||||
const getHppEkspedisiPath = `${this.basePath}/${id}/hpp-ekspedisi`;
|
||||
const getHppEkspedisiPath = `${this.basePath}/${id}/expedition-hpp`;
|
||||
const getHppEkspedisiRes =
|
||||
await httpClient<BaseApiResponse<ClosingCostOfRevenueExpedition>>(
|
||||
getHppEkspedisiPath
|
||||
|
||||
Reference in New Issue
Block a user