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-05-23 18:03:23 +07:00
|
|
|
dataUserInformation: `${org}/profile/user`,
|
2024-02-16 14:50:02 +07:00
|
|
|
};
|