no message

This commit is contained in:
STW_TTTY\stwtt 2024-04-04 12:38:48 +07:00
parent 5c1747262f
commit b130568ef4
12 changed files with 938 additions and 472 deletions

View file

@ -1,14 +1,16 @@
import env from "../index";
const development = `${env.API_URI}/development`;
const developmentOrg = `${env.API_URI}/org`
export default {
development,
/** history */
developmentHistoryList: (type:string) => `${development}/history/${type}/`,
developmentHistoryAdd: (type:string) => `${development}/history/${type}`,
developmentProjectSearch: () => `${development}/main/search`,
/** history employee */
developmentProjectSearchEmployee:()=>`${developmentOrg}/profile-employee/`,
/** รายการโครงการ*/
developmentMain: `${development}/main`,
};