รายการประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ

This commit is contained in:
STW_TTTY\stwtt 2024-04-03 17:12:04 +07:00
parent 92914dfdda
commit 23bac0373e
10 changed files with 590 additions and 266 deletions

View file

@ -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`,
};