Delete statuses.json

This commit is contained in:
Aleksandr Statciuk 2022-02-13 12:05:34 +03:00
parent 7d666b5fec
commit 8238e802d8
4 changed files with 1 additions and 41 deletions

View file

@ -34,7 +34,6 @@ api.guides = new API(`${DATA_DIR}/guides.json`)
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.statuses = new API(`${DATA_DIR}/statuses.json`)
api.blocklist = new API(`${DATA_DIR}/blocklist.json`)
module.exports = api