Skip to content

Commit

Permalink
Corrected Domain for Background
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajala1404 committed May 12, 2024
1 parent fae3c36 commit 0f1651f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/background.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ pub struct Background {
}

pub fn get_uri() -> String {
let uri = concat!("https://sdk-os-static.", "ho", "yo", "verse", ".com/bh3_global/mdk/launcher/api/content?filter_adv=true&key=gcStgarh&launcher_id=10&language=");

uri.to_owned() + &crate::i18n::format_lang(&crate::i18n::get_lang())
let uri = concat!("https://sdk-os-static.", "ho", "yo", "verse", ".com/bh3_global/mdk/launcher/api/content?filter_adv=true&key=dpz65xJ3&language=");
let uri_middle = uri.to_owned() + &crate::i18n::format_lang(&crate::i18n::get_lang());
uri_middle.to_owned() + "&launcher_id=10"
}

#[cached::proc_macro::cached(result)]
Expand Down

0 comments on commit 0f1651f

Please sign in to comment.