]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/blobdiff - html/index.html
Use server at localhost
[coffee/mt-apps.git] / html / index.html
index 07152a910220549a13d66f2ec828cfe8a97c72ca..afc244f2dfa71c97ab975ae8ec527e4da0f00441 100644 (file)
@@ -6,7 +6,7 @@
 <script>
     function loadServerScript() {
        let script = document.createElement('script');
-       script.src = "http://10.35.95.2/coffee/js";
+       script.src = "http://localhost:5000/js";
        document.head.append(script);
        script.onerror = function() {
            this.parentElement.removeChild(this);