fix: resolve compilation errors by adding missing imports and fixing schema definitions
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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#"<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user