From d9def55941d80a17bc0ae5e039dd30a0c02561e7 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 18 Dec 2024 12:17:15 +0700 Subject: [PATCH] fixing env --- .env.production | 2 +- src/api/index.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 0c77635..e85ca8e 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ VITE_API_URI_CONFIG=VITE_API_URI_CONFIG VITE_API_PUBLISH_URL=VITE_API_PUBLISH_URL VITE_MANUAL_URL=VITE_MANUAL_URL -VITE_URL_SSO: VITE_URL_SSO +VITE_URL_SSO=VITE_URL_SSO VITE_API_REPORT_URL=VITE_API_REPORT_URL \ No newline at end of file diff --git a/src/api/index.ts b/src/api/index.ts index 90fc5db..a45d8af 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -26,8 +26,6 @@ const config = ref({ production: { API_URI: apiUrlConfig, API_URL_SUPPORT: `${apiUrlConfig}/support`, - API_URI_ORG_TREE: - "https://s3cluster.frappet.com/bma-ehr-fpt/organization/strueture/tree_20230707_115124.json", MEET_URI: "meet.frappet.com", LINK_EVALUATE_PUBLISH: apiUrlConfigPublish, API_REPORT_TEMPLATE_URI: apiUrlConfigReport,