no message
This commit is contained in:
parent
5c1747262f
commit
b130568ef4
12 changed files with 938 additions and 472 deletions
|
|
@ -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`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue