set api placement connect server

This commit is contained in:
Kittapath 2023-07-13 12:30:57 +07:00
parent dbd67bbd7e
commit 37b3fa9f0c
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
import env from "../index";
const placement = `${env.API_PLACEMENT_URI}/Placement/placement`;
const placement = `${env.API_PLACEMENT_URI}/placement`;
const orgTree = `${env.API_URI_ORG_TREE}`;
export default {