refactor: move business logic out of presentation — ReadAssetFile, checksum, auth checks, MetadataValue conversions

This commit is contained in:
2026-05-31 06:10:07 +02:00
parent 0f003a3bd6
commit 34b231a8f6
18 changed files with 256 additions and 43 deletions

1
Cargo.lock generated
View File

@@ -1468,7 +1468,6 @@ dependencies = [
"domain",
"serde",
"serde_json",
"sha2",
"tower-http",
"tracing",
"utoipa",