mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 14:55:44 +00:00
refactor(FE): Switch FinanceApi to production and remove import
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import { BaseApiService } from '@/services/api/base';
|
import { BaseApiService } from '@/services/api/base';
|
||||||
import { BaseApiResponse } from '@/types/api/api-general';
|
import { BaseApiResponse } from '@/types/api/api-general';
|
||||||
import { CustomerPaymentReport } from '@/types/api/report/customer-payment';
|
import { CustomerPaymentReport } from '@/types/api/report/customer-payment';
|
||||||
import { DebtSupplier } from '@/types/api/report/debt-supplier';
|
|
||||||
|
|
||||||
export class FinanceApiService extends BaseApiService<
|
export class FinanceApiService extends BaseApiService<
|
||||||
CustomerPaymentReport,
|
CustomerPaymentReport,
|
||||||
@@ -39,8 +38,8 @@ export class FinanceApiService extends BaseApiService<
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// export const FinanceApi = new FinanceApiService('reports');
|
export const FinanceApi = new FinanceApiService('reports');
|
||||||
|
|
||||||
export const FinanceApi = new FinanceApiService(
|
// export const FinanceApi = new FinanceApiService(
|
||||||
'http://localhost:4010/api/reports/finance'
|
// 'http://localhost:4010/api/reports/finance'
|
||||||
);
|
// );
|
||||||
|
|||||||
Reference in New Issue
Block a user