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