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:
Andrew Phillips
2025-08-12 16:58:29 -03:00
parent 3395c54843
commit 4d3a9fd3ac
6 changed files with 8 additions and 14 deletions

View File

@@ -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>