EstebanOlmedo / melanoma-tt

MIT License
0 stars 2 forks source link

Fix user GET endpoint to retrieve reminders #28

Closed EstebanOlmedo closed 1 year ago

EstebanOlmedo commented 1 year ago

Before this, if /user/:idUser endpoint was called, the reminders associated with a user weren't retrieved, which is an unexpected behavior. This fixes the endpoint to retrieve the reminders of a user.