hrms-mgt/src/api/14_KPI/api.KPI.ts

6 lines
90 B
TypeScript

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