Skip to content

Commit

Permalink
Add family:4 to request options in node server
Browse files Browse the repository at this point in the history
  • Loading branch information
ONS-Tom committed Oct 26, 2017
1 parent 7b95998 commit 5827c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ app.post('/login', (req, res) => {
logger.info('Using request options for ENV=prod');
options = {
method: 'POST',
family: 4,
uri: urls.AUTH_URL,
timeout: timeouts.API_GW,
headers: {
Expand Down

0 comments on commit 5827c0e

Please sign in to comment.