diff --git a/src/services/api/closing.ts b/src/services/api/closing.ts index 8e2f784c..88cdc68c 100644 --- a/src/services/api/closing.ts +++ b/src/services/api/closing.ts @@ -31,7 +31,7 @@ export class ClosingApiService extends BaseApiService< id: number ): Promise | undefined> { try { - const getHppEkspedisiPath = `http://localhost:4010/api/closing/${id}/hpp-ekspedisi`; + const getHppEkspedisiPath = `http://localhost:4010/api/closings/${id}/hpp-ekspedisi`; return await this.customRequest>( getHppEkspedisiPath );