mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
add comment about health checks on '/'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user