♫
📌 canary ▾
next.js
/
test
/
integration
/
api-support
/
pages
/
api
/
test-no-end.js
test-no-end.js
5 lines
65 B
export
default
(req, res)
=>
{
console.
log
(
'hi'
)
return
{}
}
v2.0.0
/
Go
SIGN IN