Skip to content

Instantly share code, notes, and snippets.

@Nilanth

Nilanth/.jsx Secret

Created July 10, 2021 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nilanth/2cb5884e7c144799299f080495c973d8 to your computer and use it in GitHub Desktop.
Save Nilanth/2cb5884e7c144799299f080495c973d8 to your computer and use it in GitHub Desktop.
axiosClient.get('/user/1')
.then(response => {
console.log(response);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment