react-code-dataset
/
next.js
/test
/e2e
/app-dir
/asset-prefix-with-basepath
/app
/api
/test-json
/route.js
| import { NextResponse } from 'next/server' | |
| export const GET = () => { | |
| return NextResponse.json({ message: 'test' }) | |
| } | |