ประเมินบุคคลตรวจสอบตำแหน่งก่อนยื่นประเมิน
This commit is contained in:
parent
0fe78727c1
commit
4103b78774
4 changed files with 69 additions and 11 deletions
7
src/api/org/api.org.ts
Normal file
7
src/api/org/api.org.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import env from "../index";
|
||||
|
||||
const org = `${env.API_URI}/org`;
|
||||
|
||||
export default {
|
||||
profilePosition: () => `${org}/profile/keycloak/position`,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue