Skip to content

Commit

Permalink
Fix NhatTruyen: change domain (#7051)
Browse files Browse the repository at this point in the history
like every week.

Fixes #6949
  • Loading branch information
MikeZeDev authored May 5, 2024
1 parent 5d698c3 commit 92474b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/NhatTruyen.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class NhatTruyen extends MojoPortalComic {
super.id = 'nhattruyen';
super.label = 'NhatTruyen';
this.tags = [ 'manga', 'vietnamese' ];
this.url = 'https://nhattruyentop.com';
this.url = 'https://nhattruyenss.com';
this.links = {
login: this.url + '/Secure/Login.aspx'
};
Expand Down

0 comments on commit 92474b4

Please sign in to comment.