Skip to content

Commit

Permalink
Add log to make it easier to test and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed May 6, 2021
1 parent e0ccdbe commit 96edd84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ if (/staging/.test(process.env.EXPENSIFY_URL_COM)) {
host = 'staging.expensify.com';
}

// eslint-disable-next-line no-console
console.log(`Creating proxy with host: ${host}`);

/**
* Local proxy server that hits the production endpoint
* to get around CORS issues. We use this so that it's
Expand Down

0 comments on commit 96edd84

Please sign in to comment.