huaisianhuang преди 3 години
родител
ревизия
2c2035e9c3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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];