mirror of https://github.com/Lissy93/dashy.git
🚑 Rever param change in cors-proxy.js
This commit is contained in:
parent
80e8dc94fb
commit
ff13552c96
|
@ -33,7 +33,7 @@ module.exports = (req, res) => {
|
|||
const requestConfig = {
|
||||
method: req.method,
|
||||
url: targetURL,
|
||||
data: req.body,
|
||||
json: req.body,
|
||||
headers,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue