Browse Source

fix - add old api name for web add lead

main
khanshanawaz10 10 months ago
parent
commit
9fb231f93c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.html

campaign.html → index.html View File

@ -1596,7 +1596,7 @@ input[type=number]::-webkit-outer-spin-button {
data = JSON.stringify(payload); data = JSON.stringify(payload);
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: "https://api.nivesh.com/api/webaddlead",
url: "https://qaoldapi.nivesh.com/api/webaddlead",
data: data, data: data,
processData: false, processData: false,
contentType: "application/json", contentType: "application/json",

Loading…
Cancel
Save

Powered by TurnKey Linux.