diff options
| author | Fuwn <[email protected]> | 2023-04-03 03:07:15 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-03 03:07:15 +0000 |
| commit | 6ba574bc0ee82da85b0cee604e9ac7f56fed61e3 (patch) | |
| tree | 75943a65778ef1d11a3b3cf14f3357d82e123b99 /src/handler.rs | |
| parent | refactor(context): callback -> hook (diff) | |
| download | windmark-6ba574bc0ee82da85b0cee604e9ac7f56fed61e3.tar.xz windmark-6ba574bc0ee82da85b0cee604e9ac7f56fed61e3.zip | |
refactor(handler): misc. rename
Diffstat (limited to 'src/handler.rs')
| -rw-r--r-- | src/handler.rs | 2 |
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}, }; |