Skip to content

Commit

Permalink
updates urls
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Aug 18, 2023
1 parent 9814028 commit b922fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/OlympusScanlation.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default class OlympusScanlation extends Connector {
super.id = 'olympusscanlation';
super.label = 'Olympus Scanlation';
this.tags = [ 'webtoon', 'spanish' ];
this.url = 'https://olympusscans.com';
this.apiUrl = 'https://dashboard.olympusscans.com';
this.url = 'https://olympusv2.gg';
this.apiUrl = 'https://dashboard.olympusv2.gg';
}

async _getMangaFromURI(uri) {
Expand Down

0 comments on commit b922fd9

Please sign in to comment.