Skip to content

Commit

Permalink
[Unblock Health]Modify GraphQL mutation URL - Fix CORS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonpaul committed Mar 7, 2024
1 parent 48ac853 commit 57995ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/js/main-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ $('#contact-submit-live').click(function (e) {
"data": JSON.stringify(registerFormData),
};
/* End of Novu Integration */

var settings = {
"url": "https://prime.dcp.infra.co.medigy.com/graphiql",
"url": "https://prime.dcp.infra.co.medigy.com/graphql",
"method": "POST",
"timeout": 0,
"headers": {
Expand Down

0 comments on commit 57995ba

Please sign in to comment.