Checker

Liveness checker

Route to check if the service is up.

get/checker

Response

Returning OK.

successboolean

Always true for 200 response.

messagestring
versionstring

Application version string (SemVer 2.0)

Example response

{
  "success": true,
  "message": "OK",
  "version": "v0.2.0-beta.1"
}

Changes

Changed in 1 of the 7 revisions of this API.1

Of the 7 revisions, 1 has no diff computed.