summaryrefslogtreecommitdiff
path: root/webhook/src/handler/mod.rs
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2022-12-31 17:07:30 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2022-12-31 17:07:30 +0400
commit65652932f77ce194a10cbc8dd42f3064e2c1a132 (patch)
tree4ca18a9317c4e561e917e9dd0cf39b695b43bc34 /webhook/src/handler/mod.rs
parenta16bafdf5b0ec52fa0d73458597eee7c34ea5e7b (diff)
updates and bazel removal
Diffstat (limited to 'webhook/src/handler/mod.rs')
-rw-r--r--webhook/src/handler/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/webhook/src/handler/mod.rs b/webhook/src/handler/mod.rs
deleted file mode 100644
index 20a977a..0000000
--- a/webhook/src/handler/mod.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-mod error;
-mod handler;
-pub mod make_service;
-mod signature;
-
-#[cfg(test)]
-pub mod tests;