KPI
This commit is contained in:
parent
f7f1022b3b
commit
7041a9e050
4 changed files with 361 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ const urlFile = `${env.API_URI}/salary`;
|
|||
|
||||
const kpiGroup = `${env.API_URI}/kpi/group`;
|
||||
const kpiLink = `${env.API_URI}/kpi/link`;
|
||||
const placementKeycloak = `${env.API_URI}/placement/officer/profileId`;
|
||||
|
||||
export default {
|
||||
KPI,
|
||||
|
|
@ -69,6 +70,7 @@ export default {
|
|||
kpiLink,
|
||||
|
||||
profilePosition: () => `${env.API_URI}/org/profile/profileid/position`,
|
||||
placementKeycloak,
|
||||
|
||||
/** Report*/
|
||||
kpiReport: () => `${KPI}/report/announcement`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue