🚑 Rever param change in cors-proxy.js

This commit is contained in:
Alicia Sykes 2024-08-17 15:42:15 +01:00 committed by GitHub
parent 80e8dc94fb
commit ff13552c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module.exports = (req, res) => {
const requestConfig = { const requestConfig = {
method: req.method, method: req.method,
url: targetURL, url: targetURL,
data: req.body, json: req.body,
headers, headers,
}; };