From e725f7d5b088b070de2dd1d24a8cbccda78f7dd8 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 23 Aug 2023 09:34:51 +0700 Subject: [PATCH] fix bug url api config --- src/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.ts b/src/api/index.ts index 25db145..5481dde 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -18,7 +18,7 @@ const config = ref({ MEET_URI: "meet.frappet.com", }, production: { - API_URI: apiUrlConfig, + API_URI: "https://bma-ehr.frappet.synology.me/api/v1", API_URI_ORG_TREE: "https://s3cluster.frappet.com/bma-ehr-fpt/organization/strueture/tree_20230707_115124.json", MEET_URI: "meet.frappet.com", },