🔀 Merge pull request #1674 from Lissy93/REVERT/1649-requestConfig-param

[REVERT] param change in cors-proxy.js
This commit is contained in:
Alicia Sykes 2024-08-17 15:48:10 +01:00 committed by GitHub
commit 2b36eb3f1f
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 = {
method: req.method,
url: targetURL,
data: req.body,
json: req.body,
headers,
};