♫
📌 canary ▾
next.js
/
test
/
e2e
/
async-modules
/
pages
/
api
/
hello.js
hello.js
6 lines
102 B
const
value
=
await
Promise
.
resolve
(
42
)
export
default
function
(req, res)
{
res.
json
({ value })
}
v2.0.0
/
Go
SIGN IN