axios.get
axios.get('/api/user/') .then(function (res) { console.log(res); }) .catch(function (error) { console.log(error); });