mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-01 11:11:22 +00:00
return a 200 for root path for google health check
This commit is contained in:
parent
ff8afb6c24
commit
63d7bb501b
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ io.configure ->
|
||||||
io.set('transports', ['websocket', 'flashsocket', 'htmlfile', 'xhr-polling', 'jsonp-polling'])
|
io.set('transports', ['websocket', 'flashsocket', 'htmlfile', 'xhr-polling', 'jsonp-polling'])
|
||||||
io.set('log level', 1)
|
io.set('log level', 1)
|
||||||
|
|
||||||
|
app.get "/", (req, res, next) ->
|
||||||
|
res.send "real-time-sharelatex is alive"
|
||||||
|
|
||||||
app.get "/status", (req, res, next) ->
|
app.get "/status", (req, res, next) ->
|
||||||
res.send "real-time-sharelatex is alive"
|
res.send "real-time-sharelatex is alive"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue