From d92f628231f0c83f865dd99803f7a86b587e0ca4 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Fri, 18 Aug 2023 12:38:47 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20apii=20prod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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", }, });