diff --git a/sandbox/helloajax.js b/sandbox/helloajax.js index d076bea..8412f4a 100644 --- a/sandbox/helloajax.js +++ b/sandbox/helloajax.js @@ -8,7 +8,7 @@ window.onload = function(){ document.getElementById('atom-players').innerHTML = JSON.stringify(data); }); - $.get("http://server.figytuna.com:443/ali", function(data){ + $.get("https://server.figytuna.com:8080/ali", function(data){ console.log(data); document.getElementById('button-hello').innerHTML = data; });