Re-export mime types for easier access #3603

This commit is contained in:
a2p1k02 2025-04-20 17:41:28 +03:00
parent 74c1c3de59
commit c9f0b2791b
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ pub use actix_http::{body, HttpMessage};
#[doc(inline)] #[doc(inline)]
pub use cookie; pub use cookie;
pub use mime;
mod app; mod app;
mod app_service; mod app_service;
mod config; mod config;