Update api.js
This commit is contained in:
@ -29,6 +29,7 @@ class API {
|
|||||||
const api = {}
|
const api = {}
|
||||||
|
|
||||||
api.channels = new API(`${DATA_DIR}/channels.json`)
|
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.countries = new API(`${DATA_DIR}/countries.json`)
|
||||||
api.guides = new API(`${DATA_DIR}/guides.json`)
|
api.guides = new API(`${DATA_DIR}/guides.json`)
|
||||||
api.categories = new API(`${DATA_DIR}/categories.json`)
|
api.categories = new API(`${DATA_DIR}/categories.json`)
|
||||||
|
Reference in New Issue
Block a user