config
This commit is contained in:
parent
f12f0743d3
commit
3ed6834933
3 changed files with 1 additions and 13 deletions
|
|
@ -1,10 +0,0 @@
|
|||
import env from "../index";
|
||||
|
||||
const kpiPeriod = `${env.API_URI}/kpi/period`;
|
||||
const kpiEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
||||
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
||||
export default {
|
||||
kpiPeriod,
|
||||
kpiEvaluation,
|
||||
kpiPlan,
|
||||
};
|
||||
|
|
@ -3,14 +3,12 @@ import env from "../index";
|
|||
const kpiPeriod = `${env.API_URI}/kpi/period`;
|
||||
const kpiEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
||||
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
||||
|
||||
const KpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||
const KpiFile = `${env.API_URI}/salary/file`;
|
||||
export default {
|
||||
kpiPeriod,
|
||||
kpiEvaluation,
|
||||
kpiPlan,
|
||||
|
||||
KpiCapacity,
|
||||
file: KpiFile,
|
||||
};
|
||||
|
|
@ -10,7 +10,7 @@ import evaluate from "./api/evaluate/api.evaluate";
|
|||
import support from "./api/support/api.support";
|
||||
import org from "./api/org/api.org";
|
||||
import scholarship from "./api/scholarship/api.scholarship";
|
||||
import kpi from "./api/KPI/api.kpi";
|
||||
import kpi from "./api/KPI/api.kpis";
|
||||
|
||||
const API = {
|
||||
...testtest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue