Support multiple types of requests.

This commit is contained in:
Tom Alexander
2024-07-14 18:33:24 -04:00
parent eb0c993e03
commit 2c0a7958a7
3 changed files with 201 additions and 142 deletions

View File

@@ -11,6 +11,7 @@ use tracing_subscriber::util::SubscriberInitExt;
use self::webhook::hook;
mod hook_push;
mod webhook;
#[tokio::main]