Can delete a couple information
This commit is contained in:
@ -144,3 +144,9 @@ pub async fn update(m: FamilyAndCoupleInPath, req: web::Json<CoupleRequest>) ->
|
||||
|
||||
Ok(HttpResponse::Accepted().finish())
|
||||
}
|
||||
|
||||
/// Delete a couple
|
||||
pub async fn delete(m: FamilyAndCoupleInPath) -> HttpResult {
|
||||
couples_service::delete(&mut m.to_couple()).await?;
|
||||
Ok(HttpResponse::Ok().finish())
|
||||
}
|
||||
|
Reference in New Issue
Block a user