chore: update everything to work with utoipa
This commit is contained in:
@@ -12,7 +12,7 @@ use rocket::{serde::json::Json, State};
|
||||
/// Retrieves all users who are part of this group.
|
||||
///
|
||||
/// This may not return full user information if users are not friends but have mutual connections.
|
||||
#[openapi(tag = "Groups")]
|
||||
#[utoipa::path(tag = "Groups")]
|
||||
#[get("/<target>/members")]
|
||||
pub async fn fetch_members(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user