Add raw geolocation data to server registration response

This commit is contained in:
ImBenji
2025-08-05 16:01:26 +01:00
parent 21c4ef33da
commit 16e0078424

View File

@@ -30,6 +30,7 @@ class ServerService {
geolocationData.latitude,
geolocationData.longitude
],
"raw": geolocationData.toJson()
}
});
}