//! API routes for the [`proxy`](crate::web::api::v1::contexts::proxy) API context.
//!
//! Refer to the [API endpoint documentation](crate::web::api::v1::contexts::proxy).
use Arc;
use get;
use Router;
use get_proxy_image_handler;
use crateAppData;
/// Routes for the [`about`](crate::web::api::v1::contexts::about) API context.