Initial schema for webhook.

This commit is contained in:
Tom Alexander
2024-07-14 16:38:07 -04:00
parent ab5db8aded
commit 14373c21dd
4 changed files with 26 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
#![forbid(unsafe_code)]
use axum::http::StatusCode;
use axum::routing::get;
use axum::routing::post;