Skip to content

Commit

Permalink
added Access-Control-Allow-Origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed Apr 2, 2024
1 parent bc0890a commit d51ef29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Access-Control-Allow-Origin': '*'
// Include any necessary headers
},
body: JSON.stringify({
Expand Down

0 comments on commit d51ef29

Please sign in to comment.