Checker
Readiness checker
Route to check if the service is ready to serve requests. It also checks the readiness of the WMS backend.
get/checker/ready
Response
Returning OK.
Example response
{
"success": true,
"message": "OK"
}Route to check if the service is ready to serve requests. It also checks the readiness of the WMS backend.
Returning OK.
{
"success": true,
"message": "OK"
}