Browse Source

to realtime.json

huaisianhuang 3 years ago
parent
commit
2c2035e9c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/index.js

+ 1 - 1
js/index.js

@@ -1,7 +1,7 @@
 let result;
       $.ajax({
           method: "GET",
-          url: "https://m3.hhh.com.tw/json/realtime.json",
+          url: "../json/realtime.json",
           dataType: "json",
       }).done(function (msg) {
           result = [...msg];