♫
📌 canary ▾
next.js
/
test
/
integration
/
api-support
/
pages
/
api
/
large-response.js
large-response.js
5 lines
91 B
export
default
(req, res)
=>
{
let
body
=
'.'
.
repeat
(
4
*
1024
*
1024
)
res.
send
(body)
}
v2.0.0
/
Go
SIGN IN