refactor(FE-363): Switch LogisticApi service to reports endpoint

This commit is contained in:
rstubryan
2025-12-18 14:16:00 +07:00
parent fef7f0e29b
commit 2d8e479b6c
+1 -1
View File
@@ -47,7 +47,7 @@ export class LogisticApiService extends BaseApiService<
}
}
export const LogisticApi = new LogisticApiService('reports/logistics');
export const LogisticApi = new LogisticApiService('reports');
// export const LogisticApi = new LogisticApiService(
// 'http://localhost:4010/api/reports/logistics'