소스 검색

to realtime.json

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];