Use relative url for status
Build Mumble Web 2 / linux_build (push) Successful in 1m43s
Build Mumble Web 2 / windows_build (push) Has been cancelled

This commit is contained in:
2025-11-28 01:45:10 -07:00
parent 5df7b0e082
commit fa961382dd
5 changed files with 52 additions and 51 deletions
-1
View File
@@ -3,7 +3,6 @@ use serde::{Deserialize, Serialize};
#[derive(Debug, Clone, Deserialize, Serialize, Default)]
pub struct ClientConfig {
pub proxy_url: Option<String>,
pub status_url: Option<String>,
pub cert_hash: Option<Vec<u8>>,
pub any_server: bool,
}