Fix compilation errors: Resolve utoipa derive issues, add time dependency, and correct Axum middleware signature
Some checks failed
Build MIPS Binary / build (push) Has been cancelled

This commit is contained in:
spinline
2026-02-07 15:08:53 +03:00
parent bb3ec14a75
commit 472bac85f3
5 changed files with 22 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ pub struct SetupRequest {
password: String,
}
#[derive(Serialize)]
#[derive(Serialize, ToSchema)]
pub struct SetupStatusResponse {
completed: bool,
}