Explorar el Código

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

joe hace 3 años
padre
commit
ed2d4db6e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',