Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed Sep 19, 2018
1 parent 928b40a commit 8c759fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@
console.log(e)
})
}
function pay2() {
axios.get('https://devjs-01.corp.aira.life:3017/account/0x008eb1c16451648e5ba1dabbf1aaf5d0b89d7e4c')
.then(function (response) {
console.log(response);
})
.catch((e) => {
console.log(e)
})
}

</script>
</head>
<body>
<button onclick="pay()">test</button>
<button onclick="pay2()">test 2</button>
</body>
</html>

0 comments on commit 8c759fe

Please sign in to comment.