mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 13:56:51 -04:00
Fix telenet.tv endpoint
This commit is contained in:
@@ -8,7 +8,7 @@ const customParseFormat = require('dayjs/plugin/customParseFormat')
|
||||
dayjs.extend(customParseFormat)
|
||||
dayjs.extend(utc)
|
||||
|
||||
const API_STATIC_ENDPOINT = 'https://static.spark.telenet.tv/eng/web/epg-service-lite/be'
|
||||
const API_STATIC_ENDPOINT = 'https://staticqbr-prod-be.gnp.cloud.telenet.tv/eng/web/epg-service-lite/be'
|
||||
const API_PROD_ENDPOINT = 'https://spark-prod-be.gnp.cloud.telenet.tv/eng/web/linear-service/v2'
|
||||
|
||||
jest.mock('axios')
|
||||
|
||||
Reference in New Issue
Block a user