Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into next
  • Loading branch information
RejinaKP committed Mar 14, 2024
2 parents 5d630ea + 30262c5 commit 3baef37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/main-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ console.log('EST Date:', estDateformat);*/
"data": JSON.stringify(registerFormData),
};*/
var settings = {
"url": "https://ubh-dcp.infra.medigy.com/graphql",
"url": "https://prime.dcp.infra.experimental.unblock.health/graphql",
"method": "POST",
"timeout": 0,
"headers": {
"qu": "",
"Content-Type": "application/json"
},
"data": JSON.stringify({
query: "mutation MyMutation {\r\n notifyUserRegistrationV1(input: {name: \"" + first_name + "\", userType: \"" + patientdetails + "\", email: \"" + email + "\"}) {\r\n requestApiResponse {\r\n data\r\n status {\r\n code\r\n message\r\n }\r\n success\r\n }\r\n }\r\n}",
query: "mutation MyMutation {\r\n notifyUserRegistrationV1(input: {email: \"" + email + "\", name: \"" + first_name + "\", userType: \"" + patientdetailsvalue + "\"}) {\r\n requestApiResponse {\r\n data\r\n status {\r\n code\r\n message\r\n }\r\n success\r\n }\r\n }\r\n}",
variables: {}
})
};
Expand Down

0 comments on commit 3baef37

Please sign in to comment.