mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 22:16:58 +00:00
Remove revalidate until further
This commit is contained in:
parent
97e11191c2
commit
68272fbaf3
@ -1,9 +0,0 @@
|
||||
import { revalidatePath } from 'next/cache';
|
||||
import { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
export async function GET(request: NextRequest) {
|
||||
|
||||
console.log(request)
|
||||
revalidatePath('/');
|
||||
return NextResponse.json({ revalidated: true, now: Date.now() });
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user