แก้ api

This commit is contained in:
STW_TTTY\stwtt 2024-06-17 10:02:54 +07:00
parent bee5736e12
commit 72a62b4cc0
2 changed files with 7 additions and 4 deletions

View file

@ -18,7 +18,8 @@ const kpiReason = `${env.API_URI}/kpi/reason`;
// 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 `;
// const orgPosition = `${env.API_URI}/org/profile/keycloak/position `;
const orgPosition = `${env.API_URI}/org/profile/profileid/position`;
export default {
kpiPeriod,
kpiEvaluation,