Skip to content

Commit

Permalink
TenshiID: update domain (#7529)
Browse files Browse the repository at this point in the history
Closes #7527
  • Loading branch information
MikeZeDev authored Oct 30, 2024
1 parent d0dafb8 commit 582f36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/TenshiID.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class TenshiID extends WordPressMangastream {
super.id = 'tenshiid';
super.label = 'TenshiID';
this.tags = ['manga', 'indonesian'];
this.url = 'https://tenshi.pw';
this.path = '/komik/?list';
this.url = 'https://tenshi01.id';
this.path = 'komik/list-mode/';
}
}

0 comments on commit 582f36d

Please sign in to comment.