aboutsummaryrefslogtreecommitdiff
path: root/src/handler/response.rs
blob: c753943547856b82633161f455be32d56f469b04 (plain) (blame)
1
2
3
4
5
6
7
#![allow(clippy::module_name_repetitions)]

mod error;
mod route;

pub use error::ErrorResponse;
pub use route::RouteResponse;