mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
f06214a295
commit
885b2624a8
4 changed files with 74 additions and 5 deletions
|
@ -103,7 +103,7 @@ export async function httpProxy(url, params = {}) {
|
|||
|
||||
try {
|
||||
const [status, contentType, data, responseHeaders] = await request;
|
||||
return [status, contentType, data, responseHeaders];
|
||||
return [status, contentType, data, responseHeaders, params];
|
||||
} catch (err) {
|
||||
logger.error(
|
||||
"Error calling %s//%s%s%s...",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue