aboutsummaryrefslogtreecommitdiff
path: root/src/handler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handler.rs')
-rw-r--r--src/handler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handler.rs b/src/handler.rs
index 63c353c..2f25f3e 100644
--- a/src/handler.rs
+++ b/src/handler.rs
@@ -21,7 +21,7 @@ mod partial;
mod response;
pub use self::{
- hooks::{PostRouteCallback, PreRouteCallback},
+ hooks::{PostRouteHook, PreRouteHook},
partial::Partial,
response::{ErrorResponse, RouteResponse},
};