mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-01 20:07:39 +03:00
Publicize web::app_service::AppService (#534)
This commit is contained in:
parent
5484009c92
commit
b32df88500
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue