diff options
Diffstat (limited to 'webhook/src/handler/mod.rs')
| -rw-r--r-- | webhook/src/handler/mod.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/webhook/src/handler/mod.rs b/webhook/src/handler/mod.rs index a437dd5..20a977a 100644 --- a/webhook/src/handler/mod.rs +++ b/webhook/src/handler/mod.rs @@ -1,8 +1,7 @@ +mod error; +mod handler; pub mod make_service; mod signature; -mod handler; -mod types; -mod error; #[cfg(test)] -pub mod tests;
\ No newline at end of file +pub mod tests; |
