next.js/test/e2e/app-dir/asset-prefix-with-basepath/app/api/test-json/route.js
route.js6 lines121 B
import { NextResponse } from 'next/server'

export const GET = () => {
  return NextResponse.json({ message: 'test' })
}
Quest for Codev2.0.0
/
SIGN IN