import env from "./index"; const sso = `${env.API_SSO}`; // const log = `${env.API_URI}/log`; export default { sso, };