แก้ พัฒนา
This commit is contained in:
parent
3f0b3924d4
commit
3ad8096378
11 changed files with 1140 additions and 458 deletions
|
|
@ -4,6 +4,7 @@ const developmentOrg = `${env.API_URI}/org`;
|
|||
const devScholarship = `${env.API_URI}/development/scholarship`;
|
||||
const developmentReport = `${env.API_URI}/development/report`;
|
||||
const devStrategy = `${env.API_URI}/development/strategy`;
|
||||
const developmentScholarshipReport = `${env.API_URI}/development/report/scholarship`;
|
||||
export default {
|
||||
development,
|
||||
/** history */
|
||||
|
|
@ -56,5 +57,6 @@ export default {
|
|||
`${developmentOrg}/profile/development/registry/OFFICER/${id}`,
|
||||
developmentIDP: (id: string) => `${development}/main/registry/OFFICER/${id}`,
|
||||
|
||||
devStrategySort:`${devStrategy}/sort`
|
||||
devStrategySort:`${devStrategy}/sort`,
|
||||
developmentScholarshipReport
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue