pub async fn handle_health_check(
event_bus: Arc<EventBus>,
) -> Result<impl Reply, Infallible>Expand description
Handler for health check requests.
Returns a simple response with the status “ok” and the current version number. This endpoint allows monitoring systems to verify that the TAP HTTP server is operational.