diff --git a/src/services/api/closing.ts b/src/services/api/closing.ts index 86091bac..4426e7e7 100644 --- a/src/services/api/closing.ts +++ b/src/services/api/closing.ts @@ -200,7 +200,7 @@ export class ClosingApiService extends BaseApiService { id: number ): Promise | undefined> { try { - const getHppEkspedisiPath = `${this.basePath}/${id}/hpp-ekspedisi`; + const getHppEkspedisiPath = `${this.basePath}/${id}/expedition-hpp`; const getHppEkspedisiRes = await httpClient>( getHppEkspedisiPath