Tell us what’s happening:
I cannot pass Test 11 (A GET
request to /api/users/:_id/logs
will return the user object with a log
array of all the exercises added.), even though I am including the log property in the response.
I cannot pass Test 16 ( You can add from
, to
and limit
parameters to a GET /api/users/:_id/logs
request to retrieve part of the log of any user. from
and to
are dates in yyyy-mm-dd
format. limit
is an integer of how many logs to send back.), but I have added the query params.
Your project link(s)
boilerplate-project-exercisetracker - Replit
Challenge:
Back End Development and APIs Projects - Exercise Tracker
Link to the challenge: