diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2022-12-31 17:07:30 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2022-12-31 17:07:30 +0400 |
| commit | 65652932f77ce194a10cbc8dd42f3064e2c1a132 (patch) | |
| tree | 4ca18a9317c4e561e917e9dd0cf39b695b43bc34 /webhook/src/handler/mod.rs | |
| parent | a16bafdf5b0ec52fa0d73458597eee7c34ea5e7b (diff) | |
updates and bazel removal
Diffstat (limited to 'webhook/src/handler/mod.rs')
| -rw-r--r-- | webhook/src/handler/mod.rs | 7 |
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; |
