mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
print out req.query
This commit is contained in:
parent
64f3d32c6c
commit
2282518c90
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ app.get "/", (req, res, next) ->
|
|||
res.send "real-time-sharelatex is alive"
|
||||
|
||||
app.get "/status", (req, res, next) ->
|
||||
console.log("got status")
|
||||
console.log("got status", req.query)
|
||||
res.send "real-time-sharelatex is alive"
|
||||
|
||||
rclient = require("redis-sharelatex").createClient(Settings.redis.realtime)
|
||||
|
|
Loading…
Reference in a new issue