mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #201 from overleaf/bg-add-health-check-comment
add comment about health checks on '/'
This commit is contained in:
commit
22762f698c
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('/status', function (req, res) {
|
||||
|
|
Loading…
Reference in a new issue