From 26803d60f911a5da494f0be5d92ab56bc59aa70f Mon Sep 17 00:00:00 2001 From: Bill Church Date: Tue, 11 May 2021 15:34:01 -0400 Subject: [PATCH] chore: linting --- app/server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/app.js b/app/server/app.js index 551f96a..f130c73 100644 --- a/app/server/app.js +++ b/app/server/app.js @@ -134,7 +134,7 @@ app.disable('x-powered-by') app.use('/ssh', express.static(publicPath, expressOptions)) // favicon from root if being pre-fetched by browser to prevent a 404 -app.use(favicon(path.join(publicPath,'favicon.ico'))); +app.use(favicon(path.join(publicPath,'favicon.ico'))) app.get('/ssh/reauth', function (req, res, next) { var r = req.headers.referer || '/'