diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-10-18 13:29:07 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-10-18 13:29:07 +0400 |
| commit | 9023aa354902844b7d6100f55c3064afedd88966 (patch) | |
| tree | 195ddb0e3d3ffecf93f1a060325e429dd2356c3e /webhook/src/handler/mod.rs | |
| parent | b94b0552f81e667bec31352901bbc8c76f1b4216 (diff) | |
| parent | a80124cfe207cf99fb170d1050b4f609c6a169d3 (diff) | |
Merge branch 'nats-structs-discord-gateway'
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; |
