Closed EstebanOlmedo closed 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.
/user/:idUser
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.