♫
📌 canary ▾
next.js
/
test
/
e2e
/
instrumentation-hook
/
general
/
pages
/
api
/
index.ts
index.ts
4 lines
84 B
export
default
function
handler
()
{
return
new
Response
(
'Hello from the edge!'
)
}
v2.0.0
/
Go
SIGN IN