summaryrefslogtreecommitdiff
path: root/webhook/src/handler/mod.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-12 22:51:30 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-12 22:51:30 +0400
commit005dadb342c6a79d154d3eaf5a5fbb86f3a7e641 (patch)
tree8363ea7992b6275e32e019e68678f28bfe40fdb1 /webhook/src/handler/mod.rs
parenta02b25f235ba6eff33c6fd965c97071d5f112b6d (diff)
tests, cleanup & rest base
Diffstat (limited to 'webhook/src/handler/mod.rs')
-rw-r--r--webhook/src/handler/mod.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/webhook/src/handler/mod.rs b/webhook/src/handler/mod.rs
index 490c580..598906b 100644
--- a/webhook/src/handler/mod.rs
+++ b/webhook/src/handler/mod.rs
@@ -1,4 +1,5 @@
pub mod make_service;
mod signature;
mod handler;
-mod types; \ No newline at end of file
+mod types;
+pub mod tests; \ No newline at end of file