Skip to content

Instantly share code, notes, and snippets.

@CodeNinja47
Created April 5, 2023 07:14
Show Gist options
  • Save CodeNinja47/82ec32f07e180ddd39e0d0d2b02ef532 to your computer and use it in GitHub Desktop.
Save CodeNinja47/82ec32f07e180ddd39e0d0d2b02ef532 to your computer and use it in GitHub Desktop.
const res = await fetch(`http://localhost:3000/api/todo/${id}`,
{
next: { revalidate: 10 }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment