Skip to content

Commit

Permalink
fix update link
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Jan 22, 2025
1 parent 0ed4990 commit f19cea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use semver::Version;
use crate::global_value;

const PRODUCT_NAME: &str = "Defguard";
const UPDATES_URL: &str = "https://update-service-dev.defguard.net/api/update/check";
const UPDATES_URL: &str = "https://pkgs.defguard.net/api/update/check";
const VERSION: &str = env!("CARGO_PKG_VERSION");

#[derive(Deserialize, Debug, Serialize)]
Expand Down

0 comments on commit f19cea6

Please sign in to comment.