RelayerAPI Reference
Health routes implementation
Note: OpenAPI documentation for these endpoints can be found in the openapi.rs
file
Handles the /health
endpoint.
Returns an HttpResponse
with a status of 200 OK
and a body of "OK"
.
curl -X GET "https://loading/v1/health"
"string"
"string"