parent
e3fb407710
commit
34d52616ed
@ -1,13 +0,0 @@ |
|||||||
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
|
|
||||||
import type { NextApiRequest, NextApiResponse } from 'next' |
|
||||||
|
|
||||||
type Data = { |
|
||||||
name: string |
|
||||||
} |
|
||||||
|
|
||||||
export default function handler( |
|
||||||
req: NextApiRequest, |
|
||||||
res: NextApiResponse<Data> |
|
||||||
) { |
|
||||||
res.status(200).json({ name: 'John Doe' }) |
|
||||||
} |
|
Before Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in new issue