Skip to content

Commit

Permalink
Merge pull request #187 from As-Raparigas-do-Codigo/fix-apex-555-cors
Browse files Browse the repository at this point in the history
BUG FIX | Apex 555 no Community Access endpoint
  • Loading branch information
toothlesspanda authored Feb 4, 2024
2 parents 09f24e7 + b29ed65 commit f488efe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Forms/CommunityForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function CommunityForm({ translation }) {
let requestOptions = {
method: 'POST',
headers: myHeaders,
mode: 'no-cors',
body: formData,
redirect: 'follow'
};
Expand Down

0 comments on commit f488efe

Please sign in to comment.