chore: update everything to work with utoipa
This commit is contained in:
@@ -8,7 +8,7 @@ use rocket_empty::EmptyResponse;
|
||||
/// # Delete / Leave Server
|
||||
///
|
||||
/// Deletes a server if owner otherwise leaves.
|
||||
#[openapi(tag = "Server Information")]
|
||||
#[utoipa::path(tag = "Server Information")]
|
||||
#[delete("/<target>?<options..>")]
|
||||
pub async fn delete(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user