Add OpenAPI support and health info endpoint documentation
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
mod health;
|
||||
mod openapi;
|
||||
|
||||
pub use self::openapi::ApiDoc;
|
||||
|
||||
use axum::{Router, response::IntoResponse, routing::any};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user