1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-02-12 08:02:06 +00:00

nest hacky fix

Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-01-30 21:00:46 -05:00
parent a2e568e751
commit 85b19ea0cb
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -71,7 +71,7 @@ object-src 'none'; base-uri 'none';"
s = s.slice(0, -1);
console.log(
`${req.ip.padEnd(24)} ${req.method.padStart(8)} ${req.path}${
`${(req.ip || "[unknown ip]").padEnd(24)} ${req.method.padStart(8)} ${req.path}${
s ? "?" + s : ""
}`
);