Skip to content

Commit

Permalink
feat: Add codesystem dispatcher functionality AB#17942
Browse files Browse the repository at this point in the history
  • Loading branch information
Idiono-mfon committed Aug 22, 2023
1 parent 464d9a3 commit bc6710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediators/codesystem_mediator/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def getCodesystem(request):

channelUrl = open_him_url + '/suresalama/resource'

postToSuresalamaChannel(channelUrl, codesystemBundle)
postToSuresalamaChannel(channelUrl, json.dumps(codesystemBundle))

return Response(codesystemBundle)

Expand Down

0 comments on commit bc6710b

Please sign in to comment.