เลือกหน่วยงานที่ต้องการบรรจุ

This commit is contained in:
Warunee Tamkoo 2023-07-12 11:34:51 +07:00
commit 9f799f22dc
2 changed files with 505 additions and 1 deletions

View file

@ -2,5 +2,7 @@
* api
*/
import env from "../index";
const orgTree = `${env.API_URI_ORG_TREE}`;
const placement = `${env.API_URI}/Placement/placement`;
export default {};
export default { orgTree: orgTree, placementPass: () => `${placement}/pass` };