Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsawadye authored Oct 10, 2023
1 parent e189ba0 commit 6a97be8
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 6a97be8

Please sign in to comment.