Skip to content

Commit f9eccb5

Browse files
fixed typo
1 parent b3be869 commit f9eccb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ app.get("/", (req, res) => res.sendFile(`${__dirname}/views/index.html`));
1212

1313
app.get("/api/whoami", (req, res) => {
1414
res.json({
15-
ipadress: req.ip,
15+
ipaddress: req.ip,
1616
language: req.header("accept-language"),
1717
software: req.header("user-agent"),
1818
});

0 commit comments

Comments
 (0)