aboutsummaryrefslogtreecommitdiff
path: root/src/handler/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'src/handler/hooks')
-rw-r--r--src/handler/hooks/post_route.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handler/hooks/post_route.rs b/src/handler/hooks/post_route.rs
index 8a92fc6..b8acd35 100644
--- a/src/handler/hooks/post_route.rs
+++ b/src/handler/hooks/post_route.rs
@@ -15,7 +15,7 @@
// Copyright (C) 2022-2023 Fuwn <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only
-use crate::{context::HookContext, Response};
+use crate::{context::HookContext, response::Response};
#[allow(clippy::module_name_repetitions)]
pub trait PostRouteHook: Send + Sync {