Created
December 25, 2018 16:24
-
-
Save gisderdube/74ff5d3cf687d6eeabfccee5d446c022 to your computer and use it in GitHub Desktop.
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
async function getData() { | |
const result = await axios.get('https://dube.io/service/ping') | |
const data = result.data | |
console.log('data', data) | |
return data | |
} | |
getData() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment