♫
📌 canary ▾
next.js
/
test
/
e2e
/
edge-runtime-pages-api-route
/
pages
/
api
/
edge.js
edge.js
6 lines
96 B
export
const
config
=
{
runtime:
'edge'
,
}
export
default
(_req)
=>
new
Response
(
'All Good'
)
v2.0.0
/
Go
SIGN IN