Skip to content

Commit

Permalink
[UnblockHealth]Modify GraphQL Endpoint Headers to fix CORS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonpaul committed Mar 7, 2024
1 parent 57995ba commit 205cdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/main-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $('#contact-submit-live').click(function (e) {
"method": "POST",
"timeout": 0,
"headers": {
"qu": "",
"Access-Control-Allow-Origin": "*",
"Content-Type": "application/json"
},
"data": JSON.stringify({
Expand Down

0 comments on commit 205cdca

Please sign in to comment.