diff --git a/services/real-time/app.js b/services/real-time/app.js index 7d7d85c83f..e65561cf43 100644 --- a/services/real-time/app.js +++ b/services/real-time/app.js @@ -78,6 +78,7 @@ io.configure(function () { ]) }) +// a 200 response on '/' is required for load balancer health checks app.get('/', (req, res) => res.send('real-time-sharelatex is alive')) app.get('/status', function (req, res) {