รายละเอียดทุนการศึกษา/ฝึกอบรม

This commit is contained in:
STW_TTTY\stwtt 2024-04-17 15:44:08 +07:00
parent 7666554388
commit 12c255e82f
4 changed files with 1309 additions and 28 deletions

View file

@ -1,9 +1,11 @@
import env from "../index";
const development = `${env.API_URI}/development`;
const developmentScholarshipReport = `${env.API_URI}/development/report/scholarship`;
const developmentSalaryFile = `${env.API_URI}/salary/file`;
export default {
developmentScholarshipReport,
developmentScholarship: `${development}/scholarship`,
developmentSalaryFile: (name: string, group: string, id: string) => `${developmentSalaryFile}/${name}/${group}/${id}`,
};