diff --git a/sandbox.html b/sandbox.html index 440af05..ffe3c3c 100644 --- a/sandbox.html +++ b/sandbox.html @@ -3,7 +3,7 @@ Developer's Sandbox - + diff --git a/sandbox/helloajax.js b/sandbox/helloajax.js index bdb6aee..d076bea 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:8080/ali", function(data){ + $.get("http://server.figytuna.com:443/ali", function(data){ console.log(data); document.getElementById('button-hello').innerHTML = data; });