Next API handler

    0

    3

    Jose Romero

    nextapihandler
    Next TypeScript recipes

    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

    export default function handler(req, res) {
      res.status(200).json({  })
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.