mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-28 03:10:49 +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)->
|
||||
if appIsOk
|
||||
res.send('filestore sharelatex up - v2')
|
||||
res.send('filestore sharelatex up - v3')
|
||||
else
|
||||
logger.log "app is not ok - shutting down"
|
||||
res.send("server is being shut down", 500)
|
||||
|
|
Loading…
Reference in a new issue