diff --git a/resources/sandbox/sandbox.js b/resources/sandbox/sandbox.js index ba9c24c..288d97a 100644 --- a/resources/sandbox/sandbox.js +++ b/resources/sandbox/sandbox.js @@ -15,6 +15,9 @@ window.onload = function(){ $.get("https://server.figytuna.com:8080/ali/hello/data", function(data){ document.getElementById('hello-data').innerHTML = data; }); + $.get("https://server.figytuna.com:8080/ali/hello/players", function(data){ + document.getElementById('hello-players').innerHTML = data; + } /* let http = new XMLHttpRequest(); diff --git a/sandbox.html b/sandbox.html index 09b358b..23b363b 100644 --- a/sandbox.html +++ b/sandbox.html @@ -32,6 +32,10 @@ Hello Data + + Hello Players + +