We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2400f03 commit 777dba4Copy full SHA for 777dba4
packages/eztv-api/src/eztv-api.ts
@@ -28,7 +28,7 @@ export class EztvApi {
28
* @param {!Object} config={} - The configuration object for the module.
29
* @param {!string} baseUrl=https://eztv.ag/ - The base url of eztv.
30
*/
31
- constructor({ baseUrl = 'https://eztv.re/' } = {}) {
+ constructor({ baseUrl = 'https://eztvx.to/' } = {}) {
32
this.baseUrl = baseUrl
33
}
34
0 commit comments