axios.get('/user?ID=12345').then(function (res) { console.log(res); }) .catch(function (error) { console.log(error); });