Closed rocktimsaikia closed 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.
/quotes
closes #115
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