refactor(FE-363): Use relative endpoint for logistic reports

This commit is contained in:
rstubryan
2025-12-18 13:59:11 +07:00
parent 81d242bd1d
commit fef7f0e29b
+5 -4
View File
@@ -47,7 +47,8 @@ export class LogisticApiService extends BaseApiService<
}
}
// TODO: REPLACE WITH PRODUCTION URL
export const LogisticApi = new LogisticApiService(
'http://localhost:4010/api/reports/logistics'
);
export const LogisticApi = new LogisticApiService('reports/logistics');
// export const LogisticApi = new LogisticApiService(
// 'http://localhost:4010/api/reports/logistics'
// );