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 cors = Cors({ ...
確定! 回上一頁