Skip to content

Commit

Permalink
Merge branch 'TB-201-update-jempi-config' of github.com:jembi/platfor…
Browse files Browse the repository at this point in the history
…m into TB-201-update-jempi-config
  • Loading branch information
bradsawadye committed Oct 11, 2023
2 parents 5050bd6 + 6a97be8 commit 33791d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const path = require('path')
const MEDIATOR_HOSTNAME = process.env.MEDIATOR_HOST_NAME || 'openhim-mapping-mediator'
const MEDIATOR_API_PORT = process.env.MEDIATOR_API_PORT || 3003

// Function for sending importing the configuration
// Function for sending the configuration
const sendRequest = async (data, method, endpointId) => {
const url = endpointId
? `http://${MEDIATOR_HOSTNAME}:${MEDIATOR_API_PORT}/endpoints/${endpointId}`
Expand Down

0 comments on commit 33791d8

Please sign in to comment.