refactor(FE-345): Rename hpp-ekspedisi endpoint to expedition-hpp

This commit is contained in:
rstubryan
2025-12-18 15:55:20 +07:00
parent 4a8f2b1e1d
commit 447b8067f7
+1 -1
View File
@@ -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