next.js/test/e2e/app-dir/next-after-app-api-usage/app/draft-mode/route-handler-static/route.js
route.js9 lines191 B
import { testDraftMode } from '../helpers'

export const dynamic = 'force-static'

export async function GET() {
  testDraftMode('/draft-mode/route-handler-static')
  return new Response()
}
Quest for Codev2.0.0
/
SIGN IN