api report
This commit is contained in:
parent
ede3b0209f
commit
f40273bf88
1 changed files with 5 additions and 5 deletions
|
|
@ -3,11 +3,11 @@
|
|||
*/
|
||||
import env from "../index";
|
||||
const reportOrder = `${env.API_REPORT2_URI}/report/order`;
|
||||
const reportRetire = `${env.API_REPORT2_URI}/report/retire`;
|
||||
const reportProbation = `${env.API_REPORT2_URI}/report/probation`;
|
||||
const reportResign = `${env.API_REPORT2_URI}/report/resign/33`;
|
||||
const reportTransfer = `${env.API_REPORT2_URI}/report/transfer`;
|
||||
const reportDeceased = `${env.API_REPORT2_URI}/report/deceased`;
|
||||
const reportRetire = `${env.API_REPORT_URI}/retirement`;
|
||||
const reportProbation = `${env.API_REPORT_URI}/placement/probation`;
|
||||
const reportResign = `${env.API_REPORT_URI}/retirement/resign/33`;
|
||||
const reportTransfer = `${env.API_REPORT_URI}/placement/transfer`;
|
||||
const reportDeceased = `${env.API_REPORT_URI}/retirement/deceased`;
|
||||
const reportTemplate = `${env.API_REPORT_TEMPLATE_URI}`;
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue