axios.get(url)
    .catch(err => {
      console.log(err);
    })
    .then(response => {