♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
app
/
pages
/
api
/
hello.js
hello.js
6 lines
99 B
export
default
function
api
(req)
{
return
new
Response
(
'hello'
)
}
export
const
runtime
=
'edge'
v2.0.0
/
Go
SIGN IN