get commander

This commit is contained in:
setthawutttty 2024-02-20 16:01:49 +07:00
parent 3887cdaed1
commit 759a7c556d
3 changed files with 35 additions and 0 deletions

View file

@ -4,4 +4,6 @@ const org = `${env.API_URI}/org`;
export default {
profilePosition: () => `${org}/profile/keycloak/position`,
searchCommander: `${org}/profile/search/commander`,
};