mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +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(
|
||||
// 'http://localhost:4010/api/reports/logistics'
|
||||
|
||||
Reference in New Issue
Block a user