mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 03:30:49 +00:00
log out status calls
This commit is contained in:
parent
034e627a8a
commit
64f3d32c6c
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ app.get "/", (req, res, next) ->
|
|||
res.send "real-time-sharelatex is alive"
|
||||
|
||||
app.get "/status", (req, res, next) ->
|
||||
console.log("got status")
|
||||
res.send "real-time-sharelatex is alive"
|
||||
|
||||
rclient = require("redis-sharelatex").createClient(Settings.redis.realtime)
|
||||
|
|
Loading…
Reference in a new issue