Skip to content

Latest commit

 

History

History
executable file
·
26 lines (22 loc) · 463 Bytes

README.md

File metadata and controls

executable file
·
26 lines (22 loc) · 463 Bytes

API Documentation

Health Check

show

Simple health check for the application

Request
  • Method: GET
  • Path: /status
Response
  • Status: 200
  • Response headers:
content-type: application/json; charset=utf-8
cache-control: max-age=0, private, must-revalidate
  • Response body:
{
  "status": "Healthy!"
}