mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE): Change endpoint path to reports
This commit is contained in:
@@ -44,9 +44,7 @@ export class MarketingSaleReportService extends BaseApiService<
|
||||
}
|
||||
}
|
||||
|
||||
export const SaleReportApi = new MarketingSaleReportService(
|
||||
'reports/marketings'
|
||||
);
|
||||
export const SaleReportApi = new MarketingSaleReportService('reports');
|
||||
|
||||
// export const SaleReportApi = new MarketingSaleReportService(
|
||||
// 'http://localhost:4010/api/reports/marketings'
|
||||
|
||||
Reference in New Issue
Block a user