More actions
(Blanked the page) Tag: Blanking |
No edit summary |
||
| Line 1: | Line 1: | ||
const url = 'http://www.cubey.rocks:8989/v1/ping'; | |||
fetch(url) | |||
.then(data => data.json()) | |||
.then((json) => { | |||
alert(JSON.stringify(json)); | |||
}) | |||
(Blanked the page) Tag: Blanking |
No edit summary |
||
| Line 1: | Line 1: | ||
const url = 'http://www.cubey.rocks:8989/v1/ping'; | |||
fetch(url) | |||
.then(data => data.json()) | |||
.then((json) => { | |||
alert(JSON.stringify(json)); | |||
}) | |||