6 lines
122 B
Rust
6 lines
122 B
Rust
use utoipa::OpenApi;
|
|
|
|
#[derive(OpenApi)]
|
|
#[openapi(paths(crate::handlers::health::health_handler))]
|
|
pub struct HealthDoc;
|