diff --git a/src/api/index.ts b/src/api/index.ts index 3b2c929..0603dfe 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -17,7 +17,7 @@ const config = ref({ }, production: { // API_URI: "https://localhost:5010", - API_URI: apiUrlConfig, + API_URI: 'https://bma-ehr.frappet.synology.me/api/v1/evaluation', }, })