รายละเอียดทุนการศึกษา/ฝึกอบรม
This commit is contained in:
parent
49b53430d2
commit
7666554388
5 changed files with 477 additions and 111 deletions
9
src/api/scholarship/api.scholarship.ts
Normal file
9
src/api/scholarship/api.scholarship.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import env from "../index";
|
||||
|
||||
const development = `${env.API_URI}/development`;
|
||||
|
||||
|
||||
export default {
|
||||
developmentScholarship: `${development}/scholarship`,
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue