This commit is contained in:
Warunee Tamkoo 2024-08-09 09:31:00 +07:00
parent 98147fce76
commit 3c252655d8

View file

@ -137,9 +137,10 @@ const API = {
...file,
};
const path =
import.meta.env.VITE_MANUAL_URL ??
"https://bma-ehr-manual.frappet.synology.me";
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 generatePopupPath = (routeName: any) => {
if (routeName.includes("metadata")) {