I am using `nextjs`, i just want to define a `/api/test` and call `env.MY_KV.get("mykey")` in `/api/

I am using
nextjs
, i just want to define a
/api/test
and call
env.MY_KV.get("mykey")
in
/api/test
?
Was this page helpful?