Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created March 29, 2019 17:34
Show Gist options
  • Save ntakouris/0f934d6b45f1b4efcf2bb56ddd767c81 to your computer and use it in GitHub Desktop.
Save ntakouris/0f934d6b45f1b4efcf2bb56ddd767c81 to your computer and use it in GitHub Desktop.
axios.get(baseURL + '/user/' + userId)
.then(function (response) {
// better
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment