We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6302b01 commit 7071285Copy full SHA for 7071285
micro-frontends/src/next-ui/constants.js
@@ -13,7 +13,7 @@ const hostUrl = localStorage.getItem("host")
13
: "";
14
15
export const verifierFunction = "Verifier";
16
-
+export const document_images_path = "../../document_images/";
17
const RESTWS_V1 = hostUrl + "/openmrs/ws/rest/v1";
18
19
export const FORM_BASE_URL = RESTWS_V1 + "/bahmnicore/patient/{patientUuid}/forms";
0 commit comments