Publicize web::app_service::AppService (#534)

This commit is contained in:
Drew Pirrone-Brusse 2025-03-22 17:16:00 -04:00 committed by GitHub
parent 5484009c92
commit b32df88500
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,6 +128,7 @@ pub mod dev {
//! The purpose of this module is to alleviate imports of many common
//! traits by adding a glob import to the top of ntex::web heavy modules:
pub use crate::web::app_service::AppService;
pub use crate::web::config::AppConfig;
pub use crate::web::info::ConnectionInfo;
pub use crate::web::rmap::ResourceMap;