Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjangarge committed Mar 19, 2021
1 parent 84096b1 commit ded8751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ app.get('/', (req, res) => {
if (name != undefined && user_password != undefined){
msg = msg + '\nYour user name is :- ' + name + ' and password is :- ' + user_password + '\n';
}
console.log(JSON.stringify(req.headers));
res.send(msg);
})

Expand Down

0 comments on commit ded8751

Please sign in to comment.