chore: update everything to work with utoipa
This commit is contained in:
@@ -10,7 +10,7 @@ use rocket_empty::EmptyResponse;
|
||||
/// # Acknowledge Message
|
||||
///
|
||||
/// Lets the server and all other clients know that we've seen this message id in this channel.
|
||||
#[openapi(tag = "Messaging")]
|
||||
#[utoipa::path(tag = "Messaging")]
|
||||
#[put("/<target>/ack/<message>")]
|
||||
pub async fn ack(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user