Use typed parameters instead of a hashmap
This commit is contained in:
parent
084f7ef445
commit
817ef3d727
2 changed files with 129 additions and 150 deletions
|
|
@ -110,7 +110,6 @@ pub async fn dev_panel(
|
|||
|
||||
#[derive(Deserialize)]
|
||||
pub struct LogsParams {
|
||||
#[serde(default)]
|
||||
pub log_file: String,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue