♫
📌 canary ▾
next.js
/
test
/
integration
/
api-support
/
pages
/
api
/
external-resolver-false-positive.js
external-resolver-false-positive.js
6 lines
91 B
export
default
(_req, res)
=>
{
setTimeout
(()
=>
{
res.
send
(
'hello world'
)
},
0
)
}
v2.0.0
/
Go
SIGN IN