mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-22 16:31:44 +03:00
🚑 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 = {
|
const requestConfig = {
|
||||||
method: req.method,
|
method: req.method,
|
||||||
url: targetURL,
|
url: targetURL,
|
||||||
data: req.body,
|
json: req.body,
|
||||||
headers,
|
headers,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user