//! This module contains a base routes related to health checks and status
//! reporting. These routes are commonly used to monitor the health of the
//! application and its dependencies.
use ;
use Serialize;
use ;
use crateResult;
/// Represents the health status of the application.
/// Check application ping endpoint
async
/// Defines and returns the health-related routes.