ソースを参照

配置地址改为线上环境地址

joe 3 年 前
コミット
ed2d4db6e0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/activity.mustache

+ 1 - 1
src/activity.mustache

@@ -61,7 +61,7 @@
 
 <script type="text/javascript">
     jQuery.ajax({
-        url: 'http://twong.h/api/activities?callback=?',
+        url: 'https://twong.shotshock.shop/api/activities?callback=?',
         type: 'GET',
         jsonp: 'callback',
         dataType: 'jsonp',