Skip to content

Commit 7071285

Browse files
authored
[Arjun/Vikram] | revert documents Path to constants (#1014)
1 parent 6302b01 commit 7071285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micro-frontends/src/next-ui/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const hostUrl = localStorage.getItem("host")
1313
: "";
1414

1515
export const verifierFunction = "Verifier";
16-
16+
export const document_images_path = "../../document_images/";
1717
const RESTWS_V1 = hostUrl + "/openmrs/ws/rest/v1";
1818

1919
export const FORM_BASE_URL = RESTWS_V1 + "/bahmnicore/patient/{patientUuid}/forms";

0 commit comments

Comments
 (0)