diff --git a/services/real-time/app.coffee b/services/real-time/app.coffee index b66375addb..37a45a957b 100644 --- a/services/real-time/app.coffee +++ b/services/real-time/app.coffee @@ -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)