From 8c5adb625cbd81c0e1c3b3d00d319f92994dde21 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 16 Jan 2026 18:19:25 +0700 Subject: [PATCH] fix --- src/api/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',