Skip to content

Commit 2f4cf26

Browse files
Update revalidate.ts
Signed-off-by: SomeProgrammer <92398408+SomePogProgrammer@users.noreply.github.com>
1 parent 177b99b commit 2f4cf26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_notpages/___api___(Dev)/revalidate.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// https://someprogrammer.github.io/api/revalidate?secret=<token>
2-
// http://localhost:3000/api/revalidate?path=/pages/JobRequests/id_MjExLzE5LzIwMjMsIDg6Mjc6NTYgUE0gbXM6IDE1Ng/&secret=d767627e5eed76fc99f9634060adc7abd39454a33ed4cbf7accf716007327b0b328b0d48e34c0f5687b3778305dcef88290720450565cfd851e561c14e9ae38ec95f_
32
/*
43
import { NextApiRequest, NextApiResponse } from "next";
54
@@ -16,4 +15,4 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
1615
return res.json({revalidated: true})
1716
}
1817
19-
*/
18+
*/

0 commit comments

Comments
 (0)