♫
📌 canary ▾
next.js
/
test
/
integration
/
api-support
/
pages
/
api
/
json-undefined.js
json-undefined.js
4 lines
55 B
export
default
(req, res)
=>
{
res.
json
(
undefined
)
}
v2.0.0
/
Go
SIGN IN