feat(presentation): OpenAPI docs at /docs (Swagger) and /scalar

This commit is contained in:
2026-05-14 11:41:12 +02:00
parent 137d1a0c6a
commit 1866eef770
11 changed files with 164 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
use utoipa::OpenApi;
#[derive(OpenApi)]
#[openapi(paths(crate::handlers::health::health_handler))]
pub struct HealthDoc;