hrms-recruit/src/api/exam/api.metadata.ts

8 lines
196 B
TypeScript
Raw Normal View History

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