Keeps the same behavior as before when parameter is missing

This commit is contained in:
Greg Burri 2025-05-21 21:27:28 +02:00
parent 817ef3d727
commit 5a314ffbec
2 changed files with 27 additions and 1 deletions

View file

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