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