รายละเอียดทุนการศึกษา/ฝึกอบรม
This commit is contained in:
parent
7666554388
commit
12c255e82f
4 changed files with 1309 additions and 28 deletions
|
|
@ -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}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue