I opened the snapshot on gitpod and localhost 3000 using my browser. Yes all but sixteen passes, Its seems to be the date handling with Get or the Post Route.
Tell us what’s happening:
Test 9 ( You can make a GET request to /api/users/:_id/logs to retrieve a full exercise log of any user.) to Test 15 Fail:
[fcc_tests]
But Test 16 Passes ( 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).
I have the response json returning all the expected fields/values and everything is formatted correctly, as far as I can tell. I currently have it displaying like the example code shows. I’…