mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix
This commit is contained in:
parent
085c2529d9
commit
db16fad6c9
1 changed files with 2 additions and 1 deletions
|
@ -335,5 +335,6 @@ module.exports = (app, webRouter, privateApiRouter, publicApiRouter)->
|
||||||
next()
|
next()
|
||||||
|
|
||||||
webRouter.use (req, res, next) ->
|
webRouter.use (req, res, next) ->
|
||||||
res.locals.exposedSettings =
|
res.locals.ExposedSettings =
|
||||||
isOverleaf: Settings.overleaf?
|
isOverleaf: Settings.overleaf?
|
||||||
|
next()
|
||||||
|
|
Loading…
Reference in a new issue