⬆️ Actualiza el código de maud a la versión 0.27.0

This commit is contained in:
Manuel Cillero 2025-07-07 20:31:00 +02:00
parent 5ec1b0dc8f
commit bceb43e6d0
11 changed files with 1459 additions and 1221 deletions

View file

@ -1,4 +1,4 @@
//! Gestión del servidor y servicios web ([actix-web](https://docs.rs/actix-web)).
//! Gestión del servidor y servicios web ([Actix Web](https://docs.rs/actix-web)).
pub use actix_web::body::BoxBody;
pub use actix_web::dev::Server;