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