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 Nov 18, 2023
1 parent c731dc3 commit 0f8dc3b
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 0f8dc3b

Please sign in to comment.