Skip to content

Commit

Permalink
Fix ComicK : change domain (#6779)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Feb 20, 2024
1 parent 222beba commit c75bbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/ComicK.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default class ComicK extends Connector {
super.id = 'comick';
super.label = 'ComicK';
this.tags = [ 'manga', 'english' ];
this.url = 'https://comick.ink';
this.apiurl = 'https://api.comick.ink';
this.url = 'https://comick.cc';
this.apiurl = 'https://api.comick.cc';
this.requestOptions.headers.set('x-origin', this.url );
this.requestOptions.headers.set('x-referer', this.apiurl );

Expand Down

0 comments on commit c75bbb5

Please sign in to comment.