Skip to content

Commit

Permalink
change countries json url
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk committed Jun 24, 2024
1 parent bad47ae commit 3892fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init-countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async function main () {
}

async function getCountries () {
return axios.get('https://restcountries.com/v3/all')
return axios.get('https://raw.githubusercontent.com/threefoldtech/tfchain_graphql/master/scripts/countries.json')
}

async function getCities () {
Expand Down

0 comments on commit 3892fd2

Please sign in to comment.