From 447b8067f74a6fcda40eeda95356dd4fd3433deb Mon Sep 17 00:00:00 2001 From: rstubryan Date: Thu, 18 Dec 2025 15:55:20 +0700 Subject: [PATCH] refactor(FE-345): Rename hpp-ekspedisi endpoint to expedition-hpp --- src/services/api/closing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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