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

@ -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() {