Skip to content

Commit

Permalink
FIX KomikTap : change domain (#6442)
Browse files Browse the repository at this point in the history
Fixes #6440
  • Loading branch information
MikeZeDev authored and Sheepux committed Jan 2, 2024
1 parent 7431732 commit b1db08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/KomikTap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class KomikTap extends WordPressMangastream {
super.id = 'komiktap';
super.label = 'KomikTap';
this.tags = [ 'manga', 'webtoon', 'hentai', 'indonesian' ];
this.url = 'https://komiktap.in';
this.url = 'https://komiktap.me';
this.path = '/manga/list-mode/';
}

Expand Down

0 comments on commit b1db08e

Please sign in to comment.