Add OpenAPI support and health info endpoint documentation

This commit is contained in:
GW_MC
2025-12-05 17:01:29 +08:00
parent efdb47a117
commit 34ebfaddbc
7 changed files with 48 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
mod api;
mod view;
pub use self::api::ApiDoc;
use std::sync::Arc;
use axum::{Extension, Router};