chore: update everything to work with utoipa
This commit is contained in:
@@ -10,7 +10,7 @@ use rocket::{serde::json::Json, State};
|
||||
/// # Fetch Server Emoji
|
||||
///
|
||||
/// Fetch all emoji on a server.
|
||||
#[openapi(tag = "Server Customisation")]
|
||||
#[utoipa::path(tag = "Server Customisation")]
|
||||
#[get("/<target>/emojis")]
|
||||
pub async fn list_emoji(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user