🔀 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

View File

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