Skip to content

Commit

Permalink
Merge pull request #742 from nipunarora-eGov/auth-proxy-new-test
Browse files Browse the repository at this point in the history
Update server.js
  • Loading branch information
shashwat-egov committed May 17, 2024
2 parents bff8217 + c87956b commit be6c7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/auth-proxy/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ app.use((req, res, next) => {
logger.info("Received request");

// Extract auth token from params
const authToken = req.query['x-auth-token'];
const authToken = req.headers['authorization'];

logger.info("Received request path - " + req.url);

Expand Down

0 comments on commit be6c7d9

Please sign in to comment.