Skip to content

Commit 619ce01

Browse files
committed
remove next gh issue
1 parent 119e4d6 commit 619ce01

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/app-router/app/methods/route.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import type { NextRequest } from "next/server";
22

3-
// You can opt-in to caching by using a route config option
4-
// Good to know: Other supported HTTP methods are not cached, even if they are placed alongside a GET method that is cached, in the same file.
5-
// export const dynamic = "force-static";
6-
// However in Next right now this is an issue
7-
// I opened an issue here: https://github.com/vercel/next.js/issues/77185
8-
9-
// This route should be cached if you uncomment line 5
103
export async function GET() {
114
return Response.json({
125
message: "OpenNext is awesome! :) :] :> :D",

0 commit comments

Comments
 (0)