From f60897d87ced5bda24d2c3f02e0409cb8c458797 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 17 Dec 2024 18:12:45 +0700 Subject: [PATCH] updated --- 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 e63fa38..eb117b8 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -12,7 +12,7 @@ const config = ref({ development: { // API_URI: "https://localhost:7260/api", API_URI: "https://bma-ehr.frappet.synology.me/api/v1", - API_SSO: "https://localhost:3001", + API_SSO: "https://localhost:3001/api/v1", }, test: { API_URI: "http://localhost:5010/api/v1",