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