Skip to content

Commit

Permalink
[Arjun/Vikram] | revert documents Path to constants (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go authored Oct 21, 2024
1 parent 6302b01 commit 7071285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro-frontends/src/next-ui/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7071285

Please sign in to comment.