An example express app in JavaScript. We have used pnpm, you can use npm or yarn as well.
-
npm install -g pnpm
-
pnpm i
-
pnpm run start
Open
Health Check Route with wrong Status code
It doesn't break.
Try commenting out the middleware and running it again, it will break 😉