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/route email confirmation #62

Closed andersonnaz closed 2 months ago

andersonnaz commented 2 months ago

create an emailConfirmation use case create an emailConfirmation method in guardianRepository create a emailConfirmation Controller create an api/guardian/email-confmration/{userId} route with verb HTTP PATCH update the doc with new route create tests for all of that features.