Skip to content

Commit

Permalink
🚑 Rever param change in cors-proxy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 authored Aug 17, 2024
1 parent 80e8dc9 commit ff13552
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 ff13552

Please sign in to comment.