//! Health check endpoints for Athena RS.
//!
//! This module provides endpoints to verify the service is running and healthy.
use ;
/// Health check endpoint that returns a simple pong response.
///
/// Used by load balancers, orchestrators, and monitoring systems to verify
/// that the Athena RS service is running and responding to requests.
///
/// # Returns
///
/// Returns HTTP 200 with plain text body "pong"
pub async