async fetch() { this.cards = await axios.get('/.netlify/functions/getCards').then(res => res.data); },. Notice the path to the endpoint - '/.netlify/functions/ ...
確定! 回上一頁