chore: update everything to work with utoipa
This commit is contained in:
@@ -10,7 +10,7 @@ use rocket_empty::EmptyResponse;
|
||||
/// # Add Reaction to Message
|
||||
///
|
||||
/// React to a given message.
|
||||
#[openapi(tag = "Interactions")]
|
||||
#[utoipa::path(tag = "Interactions")]
|
||||
#[put("/<target>/messages/<msg>/reactions/<emoji>")]
|
||||
pub async fn react_message(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user