feat(presentation): add initial structure with dtos, errors, extractors, handlers, and routes modules

This commit is contained in:
2026-05-04 02:11:33 +02:00
parent 408f21b7ec
commit d2c8886bb0
7 changed files with 41 additions and 2 deletions

View File

@@ -1 +1,6 @@
pub mod dtos;
pub mod errors;
pub mod extractors;
pub mod handlers;
pub mod ports;
pub mod routes;