summaryrefslogtreecommitdiff
path: root/webhook/src/handler/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webhook/src/handler/mod.rs')
-rw-r--r--webhook/src/handler/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/webhook/src/handler/mod.rs b/webhook/src/handler/mod.rs
index 598906b..a437dd5 100644
--- a/webhook/src/handler/mod.rs
+++ b/webhook/src/handler/mod.rs
@@ -2,4 +2,7 @@ pub mod make_service;
mod signature;
mod handler;
mod types;
+mod error;
+
+#[cfg(test)]
pub mod tests; \ No newline at end of file