Publicize web::app_service::AppService

This commit is contained in:
Drew Pirrone-Brusse 2025-03-18 11:36:16 -04:00
parent e904cf85f1
commit 0c6d298c48

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;