chore: update everything to work with utoipa
This commit is contained in:
@@ -15,7 +15,7 @@ use validator::Validate;
|
||||
/// # Send Message
|
||||
///
|
||||
/// Sends a message to the given channel.
|
||||
#[openapi(tag = "Messaging")]
|
||||
#[utoipa::path(tag = "Messaging")]
|
||||
#[post("/<target>/messages", data = "<data>")]
|
||||
pub async fn message_send(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user