Skip to content

Commit

Permalink
[nettruyen] update baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
zcrossoverz committed Jun 25, 2023
1 parent 6169b85 commit 3c97a93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/lib/manga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Manga {
return new Nettruyen(
params !== undefined && params.baseUrl !== undefined
? params.baseUrl
: "https://www.nettruyenmax.com/"
: "https://www.nettruyenmax.com"
);
}

Expand All @@ -26,7 +26,7 @@ export class Manga {
}

default: {
return new Nettruyen("https://www.nettruyenplus.com");
return new Nettruyen("https://www.nettruyenmax.com");
}
}
}
Expand Down

0 comments on commit 3c97a93

Please sign in to comment.