export default function handler(req, res) { res.status(200).json({ message: 'Hello from Next.js!' }) } Sending a JSON response. When sending a response back to ...
確定! 回上一頁