VROOM-Project/vroom-express

Cannot GET /health

kadjor opened this issue · 2 comments

Hi thanks for your work i try to install vroom-express on ubuntu 18.04 at the end , when I call http://localhost:3000/health I have this message " Cannot GET /health".
Thanks for you help

The readme is probably at fault here if you did git checkout v0.5.0. The health check has been recently introduced (see changelog) and is not included in the latest release.

If you want to use the health endpoint, you'll need to use the current master version until we tag a new release.

thanks it works