server: doc cleanup

This commit is contained in:
Bill Thiede 2025-04-20 10:48:59 -07:00
parent 4da888b240
commit c1496bf87b

View File

@ -31,7 +31,7 @@ use tokio::{net::TcpListener, sync::Mutex};
use tower_http::trace::{DefaultMakeSpan, TraceLayer};
use tracing::info;
// Make our own error that wraps `anyhow::Error`.
// Make our own error that wraps `ServerError`.
struct AppError(letterbox_server::ServerError);
// Tell axum how to convert `AppError` into a response.