Browse Source

修改endpoint

Mike 3 năm trước cách đây
mục cha
commit
f44d3e37e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      html/index.html

+ 1 - 1
html/index.html

@@ -57,7 +57,7 @@ $(document).ready(function () {
           text: '請先輸入要查詢的手機號碼',
       });
     } else { // 已輸入手機號碼
-      axios.get('https://139.162.121.30:8887/check', {
+      axios.get('https://ac.hhh.com.tw:8887/check', {
         params: {
           cellphone: cellphone
         }