diff --git a/public/monitor.js b/public/monitor.js index fb24e16..d99c2ce 100644 --- a/public/monitor.js +++ b/public/monitor.js @@ -71,7 +71,7 @@ $(function () { } $.ajax({ - url: "http://localhost:8000/", + url: "/", dataType: 'json', success: onDataReceived, cache: false