hrms-landing/src/api/api.sso.ts

8 lines
122 B
TypeScript
Raw Normal View History

2024-12-17 13:27:08 +07:00
import env from "./index";
const sso = `${env.API_SSO}`;
// const log = `${env.API_URI}/log`;
export default {
sso,
};