Revalidation for API routes ? #14549
Unanswered
revskill10
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Next.js currently could revalidate a static page with a threshold parameter. Is there any similar technique for API routes ?
In my case, i have some api_keys stored in database that needs to fetched into api routes, so in case i change value in db, i don't want to redeploy full app.
Beta Was this translation helpful? Give feedback.
All reactions