Update api.js

This commit is contained in:
Aleksandr Statciuk 2023-01-08 10:00:02 +03:00
parent e0937d4acd
commit 0750fa820d

View file

@ -28,6 +28,5 @@ 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