BoiseState / interfaith-donation

Donation app and website to manage donations for Interfaith Sanctuary.
GNU General Public License v2.0
4 stars 1 forks source link

Branch254 donation crud #268

Closed lbosse closed 6 years ago

lbosse commented 6 years ago

CRUD operations for the Donation model are implemented, removed troublesome nested object references.

amyfeiling commented 6 years ago

How come did you delete the route? @CrossOrigin
@GetMapping(value = "/donor/{id}") public List getDonationsByDonorId(@PathVariable("id") long id) {
return donationRepository.findByDonorId(id); }

lbosse commented 6 years ago

Oops, somehow deleted that!