mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-13 16:39:59 +00:00
🔥 Removes appended slash from URL
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = (req, res) => {
|
||||
// Prepare the request
|
||||
const requestConfig = {
|
||||
method: req.method,
|
||||
url: targetURL + req.url,
|
||||
url: targetURL,
|
||||
json: req.body,
|
||||
headers,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user