In my api return I added headers:- module.exports = (statusCode, body) => { return { headers: { "Access-Control-Allow-Origin": "*" } ...
確定! 回上一頁