curl --request GET \
--url http://localhost:3000/health/readiness{
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"message": "<string>"
}Checks if service is ready to receive traffic
curl --request GET \
--url http://localhost:3000/health/readiness{
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"message": "<string>"
}Was this page helpful?