Example GET request with axios. import axios from 'axios'; axios.get('http://localhost:1337/api/restaurants').then(response => { console.log(response.data); } ...
確定! 回上一頁