fixing bug api kpi
This commit is contained in:
parent
9e0b341a5a
commit
96d0764f76
5 changed files with 9 additions and 6 deletions
|
|
@ -2,6 +2,7 @@ import env from "../index";
|
|||
const KPI = `${env.API_URI}/kpi`;
|
||||
const kpiPeriod = `${env.API_URI}/kpi/period`;
|
||||
const kpiEvaluation = `${env.API_URI}/kpi/evaluation`;
|
||||
const kpiUserEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
||||
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
||||
const kpiRole = `${env.API_URI}/kpi/role`;
|
||||
const kpiSpecial = `${env.API_URI}/kpi/special`;
|
||||
|
|
@ -21,6 +22,7 @@ const kpiLink = `${env.API_URI}/kpi/link`;
|
|||
|
||||
export default {
|
||||
KPI,
|
||||
kpiUserEvaluation,
|
||||
/** รอบการประเมินผล*/
|
||||
kpiPeriod,
|
||||
kpiPeriodById: (id: string) => `${kpiPeriod}/${id}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue