From 5fa146669f81c0222c115be0b670c8225ceeb58e Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sun, 31 Aug 2025 11:59:02 +0700 Subject: [PATCH] feat: add ipinfo --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 0fe8fd6..07511af 100644 --- a/src/index.js +++ b/src/index.js @@ -44,7 +44,7 @@ export default { ? `https://www.google.com/maps?q=${latitude},${longitude}` : null; - const requestInfo = `IP: ${clientIP} + const requestInfo = `IP: ${clientIP} 🔍 Browser: ${userAgent} Country: ${country} Region: ${region}