Skip to content

Commit

Permalink
TempleScan : change endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Mar 19, 2024
1 parent 8307f9f commit 05fb18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/TempleScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class TempleScan extends HeanCms {
super.label = 'Temple Scan';
this.tags = [ 'webtoon', 'scanlation', 'english' ];
this.url = 'https://templescan.net';
this.api = 'https://api.templescan.net';
this.api = 'https://templescan.net/apiv1';
}
}
}

0 comments on commit 05fb18d

Please sign in to comment.