chore: linting
This commit is contained in:
parent
09c375c590
commit
26803d60f9
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ app.disable('x-powered-by')
|
||||||
app.use('/ssh', express.static(publicPath, expressOptions))
|
app.use('/ssh', express.static(publicPath, expressOptions))
|
||||||
|
|
||||||
// favicon from root if being pre-fetched by browser to prevent a 404
|
// 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) {
|
app.get('/ssh/reauth', function (req, res, next) {
|
||||||
var r = req.headers.referer || '/'
|
var r = req.headers.referer || '/'
|
||||||
|
|
Loading…
Reference in a new issue