axios.get('/user/1').then((response) => { console.log('Everything is awesome.'); }).catch((error) => { console.warn('Not good man :('); })