You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
I have 4 entries with their respective ids [1, 2, 3, 4]. When the latest one is being requested (entries/4), it should return id 3, but instead it returns the first one:
I have 4 entries with their respective ids
[1, 2, 3, 4]. When the latest one is being requested (entries/4), it should return id3, but instead it returns the first one:{ "links": { "self": "http://localhost:3000/json/entries/4", "prev": "http://localhost:3000/json/entries/1" }, }