update ingress

This commit is contained in:
Sergei Meza 2022-10-19 11:08:52 +09:00
parent d453e3adc0
commit 0f627ae86d

View file

@ -49,7 +49,7 @@ export async function getSession(req) {
// const ip = req.headers['x-forwarded-for'] || req.connection.remoteAddress;
const { userAgent, browser, os, ip, country, device } = await getClientInfo(req, payload);
console.log('headers:', JSON.stringify(req.headers));
console.log('headers:', JSON.stringify(req.headers, null, 1));
console.log('ip:', ip);