Skip to content

Commit

Permalink
fix: Updated EZTV base url
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Dec 11, 2023
1 parent 2400f03 commit 777dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eztv-api/src/eztv-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class EztvApi {
* @param {!Object} config={} - The configuration object for the module.
* @param {!string} baseUrl=https://eztv.ag/ - The base url of eztv.
*/
constructor({ baseUrl = 'https://eztv.re/' } = {}) {
constructor({ baseUrl = 'https://eztvx.to/' } = {}) {
this.baseUrl = baseUrl
}

Expand Down

0 comments on commit 777dba4

Please sign in to comment.