hrms-recruit/src/api/exam/api.metadata.ts
2023-03-21 16:30:02 +07:00

7 lines
196 B
TypeScript

import env from '../index'
const dashbord = `${env.API_URI}/dashbord/`
export default {
countDashbordSubHistory: (type: number) => `${dashbord}${type}`,
countDashbordHistory: `${dashbord}`
}