From 21f2c4ef9ff687f0962883e93f102e6d3fdfcc7e Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 30 Jul 2018 08:17:39 -0400 Subject: [PATCH] Update app.js changed URL to `reauth` from `logout` as it's not quite performing a `logout` function. --- server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index 72ab4fe..140c398 100644 --- a/server/app.js +++ b/server/app.js @@ -35,7 +35,7 @@ app.disable('x-powered-by') // static files app.use(express.static(publicPath, expressOptions)) -app.get('/logout', function (req, res, next) { +app.get('/reauth', function (req, res, next) { var r = req.headers.referer || '/'; res.status(401).send( '' +