Skip to content

Commit

Permalink
FIX UnionMangas: change domain (#6172)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and Sheepux committed Jan 2, 2024
1 parent 7f2a4ea commit 54596b4
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 54596b4

Please sign in to comment.