From 781dd9b38274a909855d38486a3576adebab5974 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 20 Jan 2026 13:35:03 +0700 Subject: [PATCH] fix url api server dev --- src/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.ts b/src/api/index.ts index 1a28e27..d0b3be6 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -10,7 +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', }, test: { API_URI: 'http://localhost:5010/api/v1',