Skip to content

Commit

Permalink
chore:switch to dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoguang1010 committed Jan 2, 2025
1 parent 4609551 commit 6445b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imkey-core/ikc-common/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub const VERSION: &str = "2.16.0";
pub const URL: &str = "https://imkey.online:1000/imkey";
// pub const URL: &str = "https://imkeyserver.com:10444/imkey";
// pub const URL: &str = "https://imkey.online:1000/imkey";
pub const URL: &str = "https://imkeyserver.com:10444/imkey";

pub const TSM_ACTION_SE_SECURE_CHECK: &str = "/seSecureCheck";
pub const TSM_ACTION_APP_DOWNLOAD: &str = "/appDownload";
Expand Down

0 comments on commit 6445b70

Please sign in to comment.