First, install cors : npm i cors # or yarn add cors. Now, let's add cors to the API route: import Cors from 'cors' // Initializing the cors middleware const ...
確定! 回上一頁