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,