test
This commit is contained in:
parent
9135f2362e
commit
3c1d46bb7b
2 changed files with 53 additions and 31 deletions
|
|
@ -3,6 +3,7 @@ const development = `${env.API_URI}/development`;
|
|||
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`;
|
||||
export default {
|
||||
development,
|
||||
/** history */
|
||||
|
|
@ -32,13 +33,14 @@ export default {
|
|||
`${developmentReport}/history-employee`,
|
||||
developmentReportScholarship: () => `${developmentReport}/scholarship`,
|
||||
|
||||
|
||||
|
||||
// ปิดโครงการ
|
||||
developmentMainFinish: (id: string) => `${development}/main/finish/${id}`,
|
||||
// ข้อมูล status ของโครงการ
|
||||
developmentMainStatus: (id: string) => `${development}/main/status/${id}`,
|
||||
|
||||
/** โครงการ tab ข้อมูลเบื้องต้น */
|
||||
developmentBasicInfoById: (id:string) => `${development}/main/tab1/${id}`
|
||||
/** โครงการ tab ข้อมูลเบื้องต้น */
|
||||
developmentBasicInfoById: (id: string) => `${development}/main/tab1/${id}`,
|
||||
|
||||
/**API ยุทธศาสตร์*/
|
||||
devStrategy,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue