diff --git a/ntex/src/web/mod.rs b/ntex/src/web/mod.rs index cf1686e0..6c3d37b1 100644 --- a/ntex/src/web/mod.rs +++ b/ntex/src/web/mod.rs @@ -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;