Skip to content

Commit

Permalink
TenshiID: change domain (#7432)
Browse files Browse the repository at this point in the history
Fixes #7431
  • Loading branch information
MikeZeDev authored Sep 27, 2024
1 parent 6a31c1f commit b56850d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.id';
this.url = 'https://tenshi.pw';
this.path = '/komik/?list';
}
}

0 comments on commit b56850d

Please sign in to comment.