Open joetidee opened 3 years ago
The path is /status-monitor
unless you have changed it.
The demo link in the readme file also gives CANNOT GET /status error. The complete URL is https://hackathon-starter.walcony.com/status
The path is
/status-monitor
unless you have changed it.
Pretty sure it's /status
according to the codes and readme.
https://github.com/RafalWilinski/express-status-monitor/blob/8ff29e7c4a98e2adffa27689b3b80b2f33ea8b0f/src/helpers/default-config.js#L4
I have installed this package and added the require statement like so:
but I end up getting forwarded to my 404 page. I assume that this middleware should intercept the route to
/status
and it should not fall through, but it is.