Skip to content

Commit

Permalink
update medication mediator AB#18688
Browse files Browse the repository at this point in the history
  • Loading branch information
Idiono-mfon committed Nov 19, 2023
1 parent fc822b6 commit cc8da27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediators/medication_mediator/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def getMedication(request):


url = auth_data["data"]["openimis_url"]+getPortPart(
auth_data["data"]["openimis_port"])+"/api/api_fhir_r4/Medication"
auth_data['config']["data"]["openimis_port"])+"/api/api_fhir_r4/Medication"

# url = configurations["data"]["openimis_url"]+":" + \
# str(configurations["data"]["openimis_port"]) + \
Expand Down

0 comments on commit cc8da27

Please sign in to comment.