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",