Update path for cities
This commit is contained in:
parent
f6afe36509
commit
557b16f55c
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue