react-code-dataset
/
next.js
/test
/development
/app-dir
/cache-components-dev-warmup
/app
/revalidate
/route.ts
| import { revalidatePath } from 'next/cache' | |
| export async function GET() { | |
| revalidatePath('/') | |
| return Response.json({ revalidated: true }) | |
| } | |