Browse Source

Update the URL called to get ice servers

pull/54/head
Amir Sanni 6 years ago
parent
commit
a89f6780cb
  1. 2
      js/comm.js

2
js/comm.js

@ -52,7 +52,7 @@ window.addEventListener('load', function(){
} }
} }
xhr.open("GET", "/Server.php", true); xhr.open("GET", appRoot+"Server.php", true);
xhr.send(); xhr.send();
/* /*

Loading…
Cancel
Save