diff --git a/src/api/index.ts b/src/api/index.ts index 670fabab4..9b092ddf6 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -48,6 +48,8 @@ const config = ref({ API_URI_ORG_TREE: "https://s3cluster.frappet.com/bma-ehr-fpt/organization/strueture/tree_20230707_115124.json", MEET_URI: "meet.frappet.com", + API_RETIREMENT_URI: `${window.location.protocol}//${window.location.host}/api/v1`, + API_PROBATION_URI: "https://bmaehr.joolsoft.com/nodeapi/v1", }, });