รายการประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ
This commit is contained in:
parent
92914dfdda
commit
23bac0373e
10 changed files with 590 additions and 266 deletions
|
|
@ -3,4 +3,10 @@ const development = `${env.API_URI}/development`;
|
|||
|
||||
export default {
|
||||
development,
|
||||
|
||||
|
||||
/** history */
|
||||
developmentHistoryList: (type:string) => `${development}/history/${type}/`,
|
||||
developmentHistoryAdd: (type:string) => `${development}/history/${type}`,
|
||||
developmentProjectSearch: () => `${development}/main/search`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue