diff --git a/pages/api/hello.ts b/pages/api/hello.ts index f8bcc7e..d7fd63f 100644 --- a/pages/api/hello.ts +++ b/pages/api/hello.ts @@ -9,5 +9,5 @@ export default function handler( req: NextApiRequest, res: NextApiResponse ) { - res.status(200).json({ name: 'John Doe' }) + res.status(200).json({ name: 'John Doesdfsdf' }) }