Skip to content

Commit

Permalink
Merge pull request #309 from Duke-MatSci/QA
Browse files Browse the repository at this point in the history
debug log /secure function name at entry
  • Loading branch information
bluedevil-oit authored Apr 9, 2019
2 parents cb5de40 + b04bc39 commit 598f8b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,8 @@ function handleLogin (req, res) {
}

app.get('/secure', function (req, res, next) {
logger.debug('headers: ' + inspect(req.headers))
let func = '/secure handler'
logger.debug(func + ' - headers: ' + inspect(req.headers))
handleLogin(req, res)
.then(function (res) {
res.redirect('/nm')
Expand Down

0 comments on commit 598f8b6

Please sign in to comment.