Did the easy part again
This commit is contained in:
parent
c66aa9af93
commit
7e4741c607
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue