diff --git a/src/api/index.ts b/src/api/index.ts index 05c4f7bb4..b29b5fb3d 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -10,8 +10,8 @@ export const apiUrlConfigReport = import.meta.env.VITE_API_REPORT_URL; const config = ref({ development: { - API_URI: "http://localhost:13001/api/v1", - // API_URI: "https://bma-ehr.frappet.synology.me/api/v1", + // API_URI: "http://localhost:13001/api/v1", + API_URI: "https://bma-ehr.frappet.synology.me/api/v1", // API_URI_ORG_SERVICE: "https://localhost:7056/api/v1", //ใช้ชั่วคราว API_URI_ORG_SERVICE: "https://bma-ehr.frappet.synology.me/api/v1", //ใช้ชั่วคราว // API_URI_ORG_EMPLOYEE_SERVICE: "https://localhost:7208/api/v1", //ใช้ชั่วคราว