Tell us what’s happening:
I got 1 last error from the 4th Project in Back End Development & APIs. It is:
You can add
from
,to
andlimit
parameters to aGET /api/users/:_id/logs
request to retrieve part of the log of any user.from
andto
are dates inyyyy-mm-dd
format.limit
is an integer of how many logs to send back.
I’m sure that the ‘from’ ‘to’ and ‘limit’ is working, but the test still failing. Could there be anything wrong with it?
Your project link(s)
solution: b-end-fcc-exercise-tracker - Replit
githubLink: GitHub - ricky-kiva/b-end-fcc-exercise-tracker: Make exercise tracker app for FCC project
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0
Challenge: Back End Development and APIs Projects - Exercise Tracker
Link to the challenge: