You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
An external call will get the cached data. But how would a route in my controller fetch the same cached data?
Do I need to use axios to call
http://localhost:1337/posts
. Would be great to cache at the model layer instead of controller.Example: strapi.services.posts.find()
The text was updated successfully, but these errors were encountered: