Skip to content

Commit

Permalink
🔀 Merge pull request #1674 from Lissy93/REVERT/1649-requestConfig-param
Browse files Browse the repository at this point in the history
[REVERT] param change in cors-proxy.js
  • Loading branch information
Lissy93 authored Aug 17, 2024
2 parents 80e8dc9 + ff13552 commit 2b36eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cors-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = (req, res) => {
const requestConfig = {
method: req.method,
url: targetURL,
data: req.body,
json: req.body,
headers,
};

Expand Down

0 comments on commit 2b36eb3

Please sign in to comment.