//! API routes for the [`stats`](crate::servers::apis::v1::context::stats) API context.
//!
//! - `GET /stats`
//!
//! Refer to the [API endpoint documentation](crate::servers::apis::v1::context::stats).
use Arc;
use get;
use Router;
use get_stats_handler;
use crateTracker;
/// It adds the routes to the router for the [`stats`](crate::servers::apis::v1::context::stats) API context.