feat(api): public read API (PublicView projection, paginated list + get, OpenAPI)

This commit is contained in:
2026-06-02 13:48:17 +02:00
parent b948cae269
commit 3c4ada202f
6 changed files with 316 additions and 3 deletions
Generated
+2
View File
@@ -79,6 +79,7 @@ version = "0.0.0"
dependencies = [
"axum",
"db",
"domain",
"http-body-util",
"serde",
"serde_json",
@@ -86,6 +87,7 @@ dependencies = [
"tokio",
"tower",
"utoipa",
"uuid",
]
[[package]]