Skip to content

Commit 49064a5

Browse files
authored
MangaHub: change api url (#7929)
1 parent 2f452e3 commit 49064a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/mjs/connectors/MangaHub.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class MangaHub extends Connector {
1111
super.label = 'MangaHub';
1212
this.tags = [ 'manga', 'english' ];
1313
this.url = 'https://mangahub.io';
14-
this.apiURL = 'https://api2.mangahub.io/graphql';
14+
this.apiURL = 'https://api.mghcdn.com/graphql';
1515
this.cdnURL = 'https://imgx.mghcdn.com';
1616

1717
this.path = 'm01';

0 commit comments

Comments
 (0)