MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

Favorites Pagination Endpoints Return the Wrong Files #586

Closed spaceninja closed 4 years ago

spaceninja commented 4 years ago

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.

Reproduction Steps:

Visit https://mltshp-vue.now.sh/likes and see the console for API responses.

spaceninja commented 4 years ago

Nevermind! I made a mistake — I was construction my previous/next links using the sharekey rather than the pivotId. The API is working as intended!