1 2 3 4 5 6
//! The Torrust Index Backend API. //! //! Currently, the API has only one version: `v1`. //! //! Refer to the [`v1`](crate::web::api::v1) module for more information. pub mod api;