Created
May 7, 2020 11:07
-
-
Save haylinmoore/6526cadc5bada3fbb63508da36a3c83b to your computer and use it in GitHub Desktop.
MWaQxyg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
axios.get('http://10.0.0.1:3000/request') | |
.then(function (response) { | |
console.log(response); | |
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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