When accessing a pagination endpoint for favorites, the server returns a 200 and an array of objects, but it's the same objects as the non-paginated favorites endpoint.
https://mltshp.com/api/favorites returns a 200 and 10 most recent favorites.
https://mltshp.com/api/favorites/before/(key) returns a 200 and the same set of files.
When accessing a pagination endpoint for
favorites
, the server returns a 200 and an array of objects, but it's the same objects as the non-paginatedfavorites
endpoint.https://mltshp.com/api/favorites
returns a 200 and 10 most recent favorites.https://mltshp.com/api/favorites/before/(key)
returns a 200 and the same set of files.Reproduction Steps:
Visit https://mltshp-vue.now.sh/likes and see the console for API responses.