hrms-user/src/api/scholarship/api.scholarship.ts

10 lines
158 B
TypeScript
Raw Normal View History

import env from "../index";
const development = `${env.API_URI}/development`;
export default {
developmentScholarship: `${development}/scholarship`,
};