Skip to content

Commit 3892fd2

Browse files
committed
change countries json url
1 parent bad47ae commit 3892fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/init-countries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async function main () {
151151
}
152152

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

157157
async function getCities () {

0 commit comments

Comments
 (0)