PetJournal / petjournal.api

API of the Pet Journal platform that helps you take care of your pet.
MIT License
15 stars 6 forks source link

Feature/load pets by guardian #55

Closed andersonnaz closed 4 months ago

andersonnaz commented 4 months ago

create LoadPets use case create LoadPets Controller create route /pet with method GET to return a list of pets by Guardian create tests for all features like usecase, controller and route update documentation with new route.

matheusgondra commented 4 months ago

Está faltando os testes do LoadPetsController