Closed nicolaburetta closed 2 years ago
Added a new "/therapies/{therapyRowID}" delete mapping. Actually there was a delete on the controller, but it deletes all the therapies of a patient: "/therapies/{code_patient}". Changed to "/therapies/patient/{code_patient}"
DELETE /therapies/{id}