♫
📌 canary ▾
next.js
/
test
/
integration
/
api-support
/
pages
/
api
/
user-error-async.js
user-error-async.js
4 lines
71 B
export
default
async
(req, res)
=>
{
throw
new
Error
(
'User error'
)
}
v2.0.0
/
Go
SIGN IN