diff --git a/campaign.html b/index.html similarity index 99% rename from campaign.html rename to index.html index f5a62cc..6860c9b 100644 --- a/campaign.html +++ b/index.html @@ -1596,7 +1596,7 @@ input[type=number]::-webkit-outer-spin-button { data = JSON.stringify(payload); $.ajax({ type: "POST", - url: "https://api.nivesh.com/api/webaddlead", + url: "https://qaoldapi.nivesh.com/api/webaddlead", data: data, processData: false, contentType: "application/json",