瀏覽代碼

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

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',