mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🚑 Rever param change in cors-proxy.js
This commit is contained in:
parent
80e8dc94fb
commit
ff13552c96
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue