diff --git a/micro-frontends/src/next-ui/constants.js b/micro-frontends/src/next-ui/constants.js index 2acbf3e4b9..a139b64fde 100644 --- a/micro-frontends/src/next-ui/constants.js +++ b/micro-frontends/src/next-ui/constants.js @@ -13,7 +13,7 @@ const hostUrl = localStorage.getItem("host") : ""; export const verifierFunction = "Verifier"; - +export const document_images_path = "../../document_images/"; const RESTWS_V1 = hostUrl + "/openmrs/ws/rest/v1"; export const FORM_BASE_URL = RESTWS_V1 + "/bahmnicore/patient/{patientUuid}/forms";