Next API handler
The handler()
function exports a function that takes two arguments: req
and res
. The handler()
function sets the res.status()
function call to 200
and returns the result as a JSON object.
Library: next
Shortcut: next.api.handler.create
0 Comments
Add Comment
Log in to add a comment