2024-02-16 14:50:02 +07:00
|
|
|
import env from "../index";
|
|
|
|
|
|
|
|
|
|
const org = `${env.API_URI}/org`;
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
profilePosition: () => `${org}/profile/keycloak/position`,
|
2024-02-20 16:01:49 +07:00
|
|
|
|
|
|
|
|
searchCommander: `${org}/profile/search/commander`,
|
2024-02-16 14:50:02 +07:00
|
|
|
};
|