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

@@ -1,4 +1,5 @@
pub mod errors;
pub mod openapi;
pub mod extractors;
pub mod handlers;
pub mod routes;