Animechan-API / animechan

A REST API for anime quotes
https://animechan.io
Mozilla Public License 2.0
1.31k stars 56 forks source link

fix: resolve `/quotes` return same records and caching feat #116

Closed rocktimsaikia closed 3 months ago

rocktimsaikia commented 3 months ago

This PR fixes the issue of /quotes endpoint returning the same records on each request. Also refactored controller for this route to do caching of the total count of records for faster response time. It now returns 5 random records on this endpoint.

closes #115