use axum::response::Html; use axum::Router; use axum::routing::get; use crate::modes::server::AppState; pub async fn handle_swagger_ui() -> Html<&'static str> { let html = r#"