Browse Source

Update path for cities

vishnukvmd 1 year ago
parent
commit
557b16f55c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/services/location_service.dart

+ 1 - 1
lib/services/location_service.dart

@@ -26,7 +26,7 @@ class LocationService {
 
   static final LocationService instance = LocationService._privateConstructor();
 
-  static const kCitiesRemotePath = "https://assets.ente.io/world_cities.json";
+  static const kCitiesRemotePath = "https://static.ente.io/world_cities.json";
 
   List<City> _cities = [];