kpi
This commit is contained in:
parent
0e3e977062
commit
ffc11fd929
3 changed files with 233 additions and 17 deletions
|
|
@ -15,7 +15,7 @@ const Kpi = `${env.API_URI}/kpi`;
|
|||
const KpiUser = `${env.API_URI}/kpi/user`;
|
||||
const kpiAchievement = `${env.API_URI}/kpi/user/achievement`;
|
||||
const kpiReason = `${env.API_URI}/kpi/reason`;
|
||||
|
||||
const development = `${env.API_URI}/development`;
|
||||
// const placementKeycloak = `${env.API_URI}/placement/officer/keycloak`;
|
||||
const placementKeycloak = `${env.API_URI}/placement/officer/profileId`;
|
||||
// const orgPosition = `${env.API_URI}/org/profile/keycloak/position `;
|
||||
|
|
@ -62,4 +62,6 @@ export default {
|
|||
updatePoint: (id: string) => `${kpiEvaluation}/point/${id}`,
|
||||
openPoint: (id: string) => `${kpiEvaluation}/open/${id}`,
|
||||
kpiReport: (id: string) => `${Kpi}/report/kpi-user/${id}`,
|
||||
|
||||
developmentMain: `${development}/main`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue