Validate Guides

This commit is contained in:
RevGear 2023-01-07 21:08:48 +00:00
parent 92c20a7232
commit f21ae7f646
4 changed files with 49 additions and 5 deletions

View file

@ -28,5 +28,6 @@ api.channels = new API(`${DATA_DIR}/channels.json`)
api.regions = new API(`${DATA_DIR}/regions.json`)
api.countries = new API(`${DATA_DIR}/countries.json`)
api.subdivisions = new API(`${DATA_DIR}/subdivisions.json`)
api.guides = new API(`${DATA_DIR}/guides.json`)
module.exports = api