Update api.js

This commit is contained in:
Aleksandr Statciuk 2022-08-10 03:40:15 +03:00
parent 7fb0a570f4
commit 27b348efb0
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class API {
const api = {}
api.channels = new API(`${DATA_DIR}/channels.json`)
api.streams = new API(`${DATA_DIR}/streams.json`)
api.countries = new API(`${DATA_DIR}/countries.json`)
api.guides = new API(`${DATA_DIR}/guides.json`)
api.categories = new API(`${DATA_DIR}/categories.json`)