mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-21 09:48:39 +02:00
Traefik config & gerbil config working?
This commit is contained in:
parent
f7b82f0a7a
commit
6600de7320
5 changed files with 12 additions and 13 deletions
|
@ -36,6 +36,8 @@ export const proxyToRemote = async (
|
|||
validateStatus: () => true // Don't throw on non-2xx status codes
|
||||
});
|
||||
|
||||
logger.debug(`Proxy response: ${JSON.stringify(response.data)}`);
|
||||
|
||||
// Forward the response status and data
|
||||
return res.status(response.status).json(response.data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue