summaryrefslogtreecommitdiff
path: root/exes/webhook/src/handler/tests/mod.rs
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-05 18:33:53 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-05 18:33:53 +0400
commit038add4d5e8465f8bb36f1a1fa5817a02cab833b (patch)
tree2bcab259fc3b7a57ff9de4b043fa0c5571c85622 /exes/webhook/src/handler/tests/mod.rs
parent63565094f480154556be69a6b3625e47c3b28f04 (diff)
base for tracing
Diffstat (limited to 'exes/webhook/src/handler/tests/mod.rs')
-rw-r--r--exes/webhook/src/handler/tests/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/webhook/src/handler/tests/mod.rs b/exes/webhook/src/handler/tests/mod.rs
index cf7f558..60ae6d3 100644
--- a/exes/webhook/src/handler/tests/mod.rs
+++ b/exes/webhook/src/handler/tests/mod.rs
@@ -1,2 +1,2 @@
-pub mod signature;
pub mod handler;
+pub mod signature;