fixup! working just like it was before :)

This commit is contained in:
Iris System 2025-08-18 21:57:26 +12:00
parent 21da6f9525
commit be218c89cc
6 changed files with 9 additions and 15 deletions

View file

@ -60,13 +60,8 @@ pub struct ApiConfig {
pub remote_url: String,
#[serde(default)]
pub temp_token2: Option<String>,
pub token_privatekey: String,
pub token_publickey: String,
pub internal_request_secret: String,
}
#[derive(Deserialize, Clone, Debug)]