mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 05:03:33 -05:00
add comment about health checks on '/'
This commit is contained in:
parent
8a5858f430
commit
1ddcdf38ca
1 changed files with 1 additions and 0 deletions
|
@ -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('/', (req, res) => res.send('real-time-sharelatex is alive'))
|
||||||
|
|
||||||
app.get('/status', function (req, res) {
|
app.get('/status', function (req, res) {
|
||||||
|
|
Loading…
Reference in a new issue