mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 15:44:27 +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 = {
|
||||
method: req.method,
|
||||
url: targetURL,
|
||||
data: req.body,
|
||||
json: req.body,
|
||||
headers,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user