Skip to content

Commit 777dba4

Browse files
committed
fix: Updated EZTV base url
1 parent 2400f03 commit 777dba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eztv-api/src/eztv-api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class EztvApi {
2828
* @param {!Object} config={} - The configuration object for the module.
2929
* @param {!string} baseUrl=https://eztv.ag/ - The base url of eztv.
3030
*/
31-
constructor({ baseUrl = 'https://eztv.re/' } = {}) {
31+
constructor({ baseUrl = 'https://eztvx.to/' } = {}) {
3232
this.baseUrl = baseUrl
3333
}
3434

0 commit comments

Comments
 (0)