http typo fix

This commit is contained in:
Marek Farkaš
2025-01-11 21:02:37 +01:00
parent 40080ae652
commit 088b41ef4a
+1 -1
View File
@@ -57,7 +57,7 @@ function authenticateWithXdrd(client, salt, password) {
}
function handleConnect(clientIp, currentUsers, ws) {
http.get(`https://ip-api.com/json/${clientIp}/`, (response) => {
http.get(`http://ip-api.com/json/${clientIp}/`, (response) => {
let data = '';
response.on('data', (chunk) => {