We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f452e3 commit 49064a5Copy full SHA for 49064a5
src/web/mjs/connectors/MangaHub.mjs
@@ -11,7 +11,7 @@ export default class MangaHub extends Connector {
11
super.label = 'MangaHub';
12
this.tags = [ 'manga', 'english' ];
13
this.url = 'https://mangahub.io';
14
- this.apiURL = 'https://api2.mangahub.io/graphql';
+ this.apiURL = 'https://api.mghcdn.com/graphql';
15
this.cdnURL = 'https://imgx.mghcdn.com';
16
17
this.path = 'm01';
0 commit comments