Add healthcheck route
HeeL opened this issue · 1 comments
HeeL commented
Add /_health
route that responses with code 200
and {status: "ok"}
See Robot Reference on how to add custom route handler: https://probot.github.io/api/latest/Robot.html
HeeL commented
Added /_health route with 200 response for healthcheck