fix bug url api config

This commit is contained in:
Warunee Tamkoo 2023-08-23 09:34:51 +07:00
parent 1e510c768a
commit e725f7d5b0

View file

@ -18,7 +18,7 @@ const config = ref<any>({
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",
},