Skip to content

Commit

Permalink
MangaHub.io: change CDN (#6771)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Feb 11, 2024
1 parent a0513ce commit a632d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/MangaHub.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class MangaHub extends Connector {
this.tags = [ 'manga', 'english' ];
this.url = 'https://mangahub.io';
this.apiURL = 'https://api2.mangahub.io/graphql';
this.cdnURL = 'https://imgx.mangahub.io/';
this.cdnURL = 'https://imgx.mghcdn.com';

this.path = 'm01';
this.requestOptions.headers.set('x-origin', this.url);
Expand Down

0 comments on commit a632d54

Please sign in to comment.