Use typed parameters instead of a hashmap

This commit is contained in:
Greg Burri 2025-05-21 20:18:31 +02:00
parent 084f7ef445
commit 817ef3d727
2 changed files with 129 additions and 150 deletions

View file

@ -110,7 +110,6 @@ pub async fn dev_panel(
#[derive(Deserialize)]
pub struct LogsParams {
#[serde(default)]
pub log_file: String,
}