Exercise Tracker is not passing test

Tell us what’s happening:
Describe your issue in detail here.
I can’t figure out why my project is not passing some tests.

Your project link(s)

solution: https://replit.com/@anshulshukla4/boilerplate-project-exercisetracker

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

Challenge: Exercise Tracker

Link to the challenge:

This is the failing test:

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.

In your code I can find no mention of from, to and limit. What have you tried to pass this test?