chore: update everything to work with utoipa
This commit is contained in:
@@ -6,7 +6,7 @@ use rocket::{serde::json::Json, State};
|
||||
/// # Join Invite
|
||||
///
|
||||
/// Join an invite by its ID
|
||||
#[openapi(tag = "Invites")]
|
||||
#[utoipa::path(tag = "Invites")]
|
||||
#[post("/<target>")]
|
||||
pub async fn join(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user