mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-29 08:32:12 +00:00
bump version
This commit is contained in:
parent
c23b700927
commit
e235651e9c
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ app.post "/shutdown", (req, res)->
|
||||||
|
|
||||||
app.get '/status', (req, res)->
|
app.get '/status', (req, res)->
|
||||||
if appIsOk
|
if appIsOk
|
||||||
res.send('filestore sharelatex up - v2')
|
res.send('filestore sharelatex up - v3')
|
||||||
else
|
else
|
||||||
logger.log "app is not ok - shutting down"
|
logger.log "app is not ok - shutting down"
|
||||||
res.send("server is being shut down", 500)
|
res.send("server is being shut down", 500)
|
||||||
|
|
Loading…
Reference in a new issue