Skip to content

Instantly share code, notes, and snippets.

@Abazhenov
Last active July 4, 2018 04:26
Show Gist options
  • Save Abazhenov/b805645f1485c868c862081944226379 to your computer and use it in GitHub Desktop.
Save Abazhenov/b805645f1485c868c862081944226379 to your computer and use it in GitHub Desktop.
const getInfo = async () => {
console.log(await axios.get('/users'))
console.log(await getGroups())
console.log(await getFavorites())
return 'all done';
}
getInfo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment