This commit is contained in:
Alasdair Smith
2018-08-13 14:25:38 +01:00
parent 085c2529d9
commit db16fad6c9
@@ -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()