Skip to content

Commit

Permalink
FIX UnionMangas: change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Aug 25, 2023
1 parent 50fb293 commit 078a19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/UnionMangas.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export default class UnionMangas extends Connector {
super.id = 'unionmangas';
super.label = 'UnionMangas';
this.tags = [ 'manga', 'portuguese' ];
this.url = 'https://unionleitor.top';
this.url = 'https://guimah.com';
this.links = {
login: 'https://unionleitor.top/login'
login: 'https://guimah.com/login'
};
}

Expand Down

0 comments on commit 078a19b

Please sign in to comment.