From 6c48250e69c7473eb0b55209821e2f0be22fb678 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 9 Aug 2024 09:41:19 +0700 Subject: [PATCH] fixing test --- src/app.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app.config.ts b/src/app.config.ts index 47dfb3122..88fab7a45 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -138,9 +138,8 @@ const API = { }; console.log("VITE_MANUAL_URL===>", import.meta.env); -console.log("VITE_MANUAL_URL===>", import.meta.env.VITE_MANUAL_URL); -const path = import.meta.env.VITE_MANUAL_URL; +const path = "https://bma-ehr-manual.frappet.synology.me"; const generatePopupPath = (routeName: any) => { if (routeName.includes("metadata")) {