Skip to content

Instantly share code, notes, and snippets.

@hamptonmoore
Created May 7, 2020 11:07
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 hamptonmoore/6526cadc5bada3fbb63508da36a3c83b to your computer and use it in GitHub Desktop.
Save hamptonmoore/6526cadc5bada3fbb63508da36a3c83b to your computer and use it in GitHub Desktop.
MWaQxyg
axios.get('http://10.0.0.1:3000/request')
.then(function (response) {
console.log(response);
})
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.2/axios.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment