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,4 +1,7 @@
mod health;
mod openapi;
pub use self::openapi::ApiDoc;
use axum::{Router, response::IntoResponse, routing::any};