Move in progress apps temporarily
This commit is contained in:
parent
ba04aa108c
commit
6eaaf8e9be
360 changed files with 6171 additions and 55 deletions
|
|
@ -13,8 +13,16 @@ const withAuthInfo =
|
|||
return res.redirect("/login");
|
||||
}
|
||||
|
||||
try {
|
||||
const res2 = await fetch(`http://127.0.0.1:8001`);
|
||||
console.log({ res2 })
|
||||
} catch (e) {
|
||||
console.log({ e })
|
||||
}
|
||||
|
||||
console.log({ zammad: process.env.ZAMMAD_URL })
|
||||
req.headers['X-Forwarded-User'] = session.email.toLowerCase();
|
||||
req.headers['Host'] = 'zammad.example.com';
|
||||
req.headers['host'] = 'zammad.example.com';
|
||||
|
||||
console.log({ headers: req.headers })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue