10 lines
246 B
TypeScript
10 lines
246 B
TypeScript
import env from "../index";
|
|
|
|
const org = `${env.API_URI}/org`;
|
|
|
|
export default {
|
|
profilePosition: () => `${org}/profile/keycloak/position`,
|
|
|
|
searchCommander: `${org}/profile/search/commander`,
|
|
dataUserInformation: `${org}/profile/user`,
|
|
};
|