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 | 4d4523496d15a4afc1c482c12f6f892ef1972a3f (patch) | |
| tree | 75943a65778ef1d11a3b3cf14f3357d82e123b99 /src/handler.rs | |
| parent | refactor(context): callback -> hook (diff) | |
| download | windmark-4d4523496d15a4afc1c482c12f6f892ef1972a3f.tar.xz windmark-4d4523496d15a4afc1c482c12f6f892ef1972a3f.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}, }; |