mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
export default function handler(req, res) {
|
|
res.setPreviewData({ hello: 'world' })
|
|
res.json({ enabled: true })
|
|
}
|