cat_gateway::service::docs

Function docs

source
pub(crate) fn docs<T, W>(api_service: &OpenApiService<T, W>) -> Route
where T: OpenApi + 'static, W: Webhook + 'static,
Expand description

Create the documentation pages where the OpenAPI docs can be viewed.