chore: update everything to work with utoipa
This commit is contained in:
@@ -11,7 +11,7 @@ use rocket::{serde::json::Json, State};
|
||||
/// # Join Call
|
||||
///
|
||||
/// Asks the voice server for a token to join the call.
|
||||
#[openapi(tag = "Voice")]
|
||||
#[utoipa::path(tag = "Voice")]
|
||||
#[post("/<target>/join_call")]
|
||||
pub async fn call(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user