fixing test
This commit is contained in:
parent
3c252655d8
commit
6c48250e69
1 changed files with 1 additions and 2 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue