This commit is contained in:
Alasdair Smith 2018-08-13 12:32:32 +01:00
parent 085c2529d9
commit db16fad6c9

View file

@ -335,5 +335,6 @@ module.exports = (app, webRouter, privateApiRouter, publicApiRouter)->
next()
webRouter.use (req, res, next) ->
res.locals.exposedSettings =
res.locals.ExposedSettings =
isOverleaf: Settings.overleaf?
next()