jeter20131220 hace 3 años
padre
commit
3e8ff090ee
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      goto.js

+ 4 - 4
goto.js

@@ -169,8 +169,8 @@ $(".contact-form-destop").submit(function (e) {
   var jsonString = JSON.stringify(jsonInfo);
   console.log(jsonString),
     $.ajax({
-      type: 'GET',
-      url: 'https://nftboard.info:8001/get_sub_list',
+      type: 'POST',
+      url: 'https://nftboard.info:8001/add_sub',
       data: jsonString,
       dataType: 'json',
 
@@ -229,8 +229,8 @@ $(".contact-form-mobile").submit(function (e) {
   var jsonString = JSON.stringify(jsonInfo);
   console.log(jsonString),
     $.ajax({
-      type: 'GET',
-      url: 'https://nftboard.info:8001/get_sub_list',
+      type: 'POST',
+      url: 'https://nftboard.info:8001/add_sub',
       data: jsonString,
       dataType: 'json',