diff --git a/lib/services/server_service.dart b/lib/services/server_service.dart index 360f014..2f46f5d 100644 --- a/lib/services/server_service.dart +++ b/lib/services/server_service.dart @@ -25,6 +25,10 @@ class ServerService { "geolocation": { "country_code": geolocationData.continentCode, "city": geolocationData.city, + "coords": [ + geolocationData.latitude, + geolocationData.longitude + ], } }); }