chore: update everything to work with utoipa
This commit is contained in:
@@ -12,7 +12,7 @@ use validator::Validate;
|
||||
/// # Ban User
|
||||
///
|
||||
/// Ban a user by their id.
|
||||
#[openapi(tag = "Server Members")]
|
||||
#[utoipa::path(tag = "Server Members")]
|
||||
#[put("/<server>/bans/<target>", data = "<data>")]
|
||||
pub async fn ban(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user