From 20b4d9e398b304be41e5b97163ed46af73703a68 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Sat, 23 Dec 2023 21:55:00 +0700 Subject: [PATCH] link api --- 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 3b2c929..0603dfe 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -17,7 +17,7 @@ const config = ref({ }, production: { // API_URI: "https://localhost:5010", - API_URI: apiUrlConfig, + API_URI: 'https://bma-ehr.frappet.synology.me/api/v1/evaluation', }, })