chore: update everything to work with utoipa
This commit is contained in:
@@ -6,7 +6,7 @@ use rocket::{serde::json::Json, State};
|
||||
/// # Gets a webhook
|
||||
///
|
||||
/// Gets a webhook with a token
|
||||
#[openapi(tag = "Webhooks")]
|
||||
#[utoipa::path(tag = "Webhooks")]
|
||||
#[get("/<webhook_id>/<token>")]
|
||||
pub async fn webhook_fetch_token(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user