import axios from 'axios'; axios.get('/user_login', { params: { username: 'john1904', } }) .then(function (response) { console.log(response); })