ประเมินบุคคลตรวจสอบตำแหน่งก่อนยื่นประเมิน

This commit is contained in:
Warunee Tamkoo 2024-02-16 14:50:02 +07:00
parent 0fe78727c1
commit 4103b78774
4 changed files with 69 additions and 11 deletions

7
src/api/org/api.org.ts Normal file
View file

@ -0,0 +1,7 @@
import env from "../index";
const org = `${env.API_URI}/org`;
export default {
profilePosition: () => `${org}/profile/keycloak/position`,
};