Skip to main content

doido_controller/
response.rs

1/// Controller actions return this type.
2/// It wraps an axum response so we can add helpers later.
3pub type Response = axum::response::Response;