-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Is your feature request related to a problem? Please describe.
Add a health endpoint at /health that returns 200 response with the following
Describe the solution you'd like
- add a test to verify
/healthendpoint exists (this will fail) - add the
/healthendpoint - add a test to verify the
/healthendpoint returns 200 withstate = {"status": "UP"}json response
Describe alternatives you've considered
N/A
Additional context
N/A