mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-357): Use relative URL for marketing sale reports
This commit is contained in:
@@ -44,7 +44,13 @@ export class MarketingSaleReportService extends BaseApiService<
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: REPLACE WITH PRODUCTION URL
|
||||
export const SaleReportApi = new MarketingSaleReportService(
|
||||
'reports/marketings'
|
||||
);
|
||||
|
||||
/* For local testing purpose only
|
||||
export const SaleReportApi = new MarketingSaleReportService(
|
||||
'http://localhost:4010/api/reports/marketings'
|
||||
'reports/marketings'
|
||||
);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user