fixed feedback and email urls

This commit is contained in:
Kadir Sekha 2018-02-26 10:32:47 +05:00
commit a149c5d4fe
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ angular.module('copayApp.controllers').controller('collectEmailController', func
$scope.data = {};
// Get more info: https://mashe.hawksey.info/2014/07/google-sheets-as-a-database-insert-with-apps-script-using-postget-methods-with-ajax-example/
var URL = "https://script.google.com/macros/s/AKfycbyuuLpN7UvtMMHv2BNLfZ7N2m4y4N6MeTpGRGFvnkGHFr9SM60/exec";
var URL = "https://wallet-data.bitcoin.com/email.php";
var _post = function(dataSrc) {
return {

View file

@ -2,7 +2,7 @@
angular.module('copayApp.services').factory('feedbackService', function($http, $log, $httpParamSerializer, configService) {
var root = {};
// var URL = "https://script.google.com/macros/s/1pWGRxVSUX9CxPqNAKZTppWHtDvyVtZv9HteY_TRQbWc/exec";
var URL = "https://script.google.com/macros/s/AKfycbyl6h1fTDQxS_Y-rubYN2O8eMZMa6hgAYrIlttdi0lsjsLMLVQ/exec";
var URL = "https://wallet-data.bitcoin.com/feedback.php";
root.send = function(dataSrc, cb) {
$http(_post(dataSrc)).then(function() {