// pages/api/index.js import nextConnect from "next-connect"; const handler = nextConnect(); handler .use(someMiddleware()) .get((req, res) => { res.send("Hello ...
確定! 回上一頁