mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE-363): Switch LogisticApi service to reports endpoint
This commit is contained in:
@@ -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(
|
// export const LogisticApi = new LogisticApiService(
|
||||||
// 'http://localhost:4010/api/reports/logistics'
|
// 'http://localhost:4010/api/reports/logistics'
|
||||||
|
|||||||
Reference in New Issue
Block a user