mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE-363): Use relative endpoint for logistic reports
This commit is contained in:
@@ -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'
|
||||
// );
|
||||
|
||||
Reference in New Issue
Block a user