Health check endpoint
GET/ping
Simple health check endpoint that returns 'pong'
Responses
- 200
Server is alive
- application/json
- Schema
- Example (from schema)
Schema
messagestring
Example:
pong
{
"message": "pong"
}
GET/ping
Simple health check endpoint that returns 'pong'
Server is alive
Schema
pong
{
"message": "pong"
}