diff --git a/src/routes/bal.rs b/src/routes/bal.rs index 85e6fe9..4039a0f 100644 --- a/src/routes/bal.rs +++ b/src/routes/bal.rs @@ -141,7 +141,6 @@ pub async fn update_bal( #[utoipa::path( get, path = "/bals", - params(BalByIdParams), security(("jwt" = [])), responses( (status = OK, body = Vec, description = "All Bals you own"),