We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad47ae commit 3892fd2Copy full SHA for 3892fd2
scripts/init-countries.js
@@ -151,7 +151,7 @@ async function main () {
151
}
152
153
async function getCountries () {
154
- return axios.get('https://restcountries.com/v3/all')
+ return axios.get('https://raw.githubusercontent.com/threefoldtech/tfchain_graphql/master/scripts/countries.json')
155
156
157
async function getCities () {
0 commit comments