next.js/test/e2e/app-dir/with-exported-function-config/app/app-route/route.ts
route.ts8 lines151 B
import { NextResponse } from 'next/server'

export async function GET() {
  return NextResponse.json({ hello: 'app' })
}

export const maxDuration = 1
Quest for Codev2.0.0
/
SIGN IN