mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 23:54:24 +02:00
🔀 Merge pull request #1674 from Lissy93/REVERT/1649-requestConfig-param
[REVERT] param change in cors-proxy.js
This commit is contained in:
commit
2b36eb3f1f
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user