mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
Update api.js
This commit is contained in:
@@ -16,6 +16,10 @@ class API {
|
|||||||
find(query) {
|
find(query) {
|
||||||
return _.find(this.collection, query)
|
return _.find(this.collection, query)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
all() {
|
||||||
|
return this.collection
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const api = {}
|
const api = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user