diff options
| author | Fridon <[email protected]> | 2022-06-24 13:10:11 +0400 |
|---|---|---|
| committer | Fridon <[email protected]> | 2022-06-24 13:10:11 +0400 |
| commit | 8622f3f37988333251265144c2fd8efb75a04d34 (patch) | |
| tree | 66df4474ddd74be0ec0e0333d05eb671978c508d /src/environment | |
| parent | 001a25e6761f832dfc6241b7d97f54210ab39381 (diff) | |
| download | countryfetch-8622f3f37988333251265144c2fd8efb75a04d34.tar.xz countryfetch-8622f3f37988333251265144c2fd8efb75a04d34.zip | |
add lat/lng, subregion and timezones
Diffstat (limited to 'src/environment')
| -rw-r--r-- | src/environment/environment.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/environment/environment.ts b/src/environment/environment.ts index bc82b40..479de91 100644 --- a/src/environment/environment.ts +++ b/src/environment/environment.ts @@ -5,5 +5,6 @@ export const environment = { baseUrl: "https://restcountries.com/v3.1/", syncInterval: 7, cacheDir: join(home_dir() as string, ".cache", "countryfetch"), - queries: `all?fields=name,capital,currencies,population,flag,region,continent,languages,region`, + queries: + "all?fields=name,capital,currencies,population,flag,languages,region,subregion,timezones,latlng,capitalInfo", }; |
