All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| health | GET /v1/health | Health routes implementation |
String health()
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\"`.
This endpoint does not need any parameter.
String
No authorization required
- Content-Type: Not defined
- Accept: text/plain