Add country subdivisions codes to the country lists

This commit is contained in:
Gabriel Bergeron 2022-03-13 23:58:19 -04:00
parent e1adac57b7
commit 332600501b
2 changed files with 8 additions and 1 deletions

View file

@ -35,5 +35,6 @@ api.categories = new API(`${DATA_DIR}/categories.json`)
api.languages = new API(`${DATA_DIR}/languages.json`)
api.regions = new API(`${DATA_DIR}/regions.json`)
api.blocklist = new API(`${DATA_DIR}/blocklist.json`)
api.subdivisions = new API(`${DATA_DIR}/subdivisions.json`)
module.exports = api