diff --git a/src/api/index.ts b/src/api/index.ts index bac9d68..1a28e27 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -10,8 +10,7 @@ export const apiUrlConfig = import.meta.env.VITE_API_URI_CONFIG const config = ref({ development: { // API_URI: "https://localhost:7260/api", - // API_URI: 'https://bma-ehr.frappet.synology.me/api/v1', - API_URI: 'https://hrmsbkk.case-collection.com/api/v1', + API_URI: 'https://bma-ehr.frappet.synology.me/api/v1', }, test: { API_URI: 'http://localhost:5010/api/v1',