Skip to content

Commit

Permalink
Update helper.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
W1llDu authored Aug 16, 2023
1 parent 7c7cc29 commit 11d1cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/asurascans/src/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub fn get_base_url() -> String {
let code = get_lang_code();
match code.as_str() {
"tr" => String::from("https://asurascanstr.com"),
_ => String::from("https://asura.gg"),
_ => String::from("https://asura.nacm.xyz"),
}
}

Expand Down

0 comments on commit 11d1cc7

Please sign in to comment.