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.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/webhook/src/handler/mod.rs b/webhook/src/handler/mod.rs
index 490c580..a437dd5 100644
--- a/webhook/src/handler/mod.rs
+++ b/webhook/src/handler/mod.rs
@@ -1,4 +1,8 @@
pub mod make_service;
mod signature;
mod handler;
-mod types; \ No newline at end of file
+mod types;
+mod error;
+
+#[cfg(test)]
+pub mod tests; \ No newline at end of file