fix: router config parsing

This commit is contained in:
2025-02-25 15:10:49 +00:00
parent 870995e1fc
commit 29488d75a3

View File

@ -43,6 +43,7 @@ pub struct NostrConfig {
}
#[derive(Debug, Clone, Deserialize, Serialize)]
#[serde(rename_all = "lowercase")]
pub enum RouterConfig {
Mikrotik {
url: String,