mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 01:50:04 -04:00
Update api.js
This commit is contained in:
parent
7fb0a570f4
commit
27b348efb0
1 changed files with 1 additions and 0 deletions
|
@ -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`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue