next.config.js ... Now, let's add cors to the API route: import Cors from 'cors' // Initializing the cors middleware const cors = Cors({ methods: ['GET', ...
確定! 回上一頁