Closed spaceninja closed 4 years ago
When accessing a pagination endpoint for magicfiles, the server returns a 404 error.
magicfiles
https://mltshp.com/api/magicfiles
https://mltshp.com/api/magicfiles/before/(key)
Visit https://mltshp-vue.now.sh/popular and see the console for API responses.
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!
sharekey
pivotId
When accessing a pagination endpoint for
magicfiles
, the server returns a 404 error.https://mltshp.com/api/magicfiles
returns a 200 and 10 most recent files.https://mltshp.com/api/magicfiles/before/(key)
returns a 404.Reproduction Steps:
Visit https://mltshp-vue.now.sh/popular and see the console for API responses.