diff --git a/dhis2-demo/workflow/step3-post-to-openhim.js b/dhis2-demo/workflow/step3-post-to-openhim.js new file mode 100644 index 0000000..76897bd --- /dev/null +++ b/dhis2-demo/workflow/step3-post-to-openhim.js @@ -0,0 +1,4 @@ +post('https://openhim.platform.jembi.cloud/', { + body: {'foo': 'bar'}, + headers: {'content-type': 'application/json'}, + })