This repository was archived by the owner on Dec 19, 2025. It is now read-only.
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
prev returned when querying the latest record #96
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" }, }