♫
📌 canary ▾
next.js
/
test
/
e2e
/
instrumentation-hook
/
with-node-api
/
pages
/
api
/
index.ts
index.ts
4 lines
77 B
export
default
function
handler
(req, res)
{
res.
send
(
'Hello from node!'
)
}
v2.0.0
/
Go
SIGN IN