mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-01 20:07:39 +03:00
Expose WebStack for external wrapper support in downstream crates (#542)
* add public ServiceConfig::register constructor to support external configuration (#250) * fix: doctest ServiceConfig::register() error (#250) * add unit testing for ServiceConfig::register() * replace pub(crate) to pub in ServiceConfig::new() (#250) * replace pub to pub(crate) for ServiceConfig::new() and add pub for mod ntex::web::stack instead * remove unsed DefaultError import in config.rs tests --------- Co-authored-by: RuangyotN <ruangyotn@skyller.co>
This commit is contained in:
parent
b2915f4868
commit
728ab919a3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ mod route;
|
|||
mod scope;
|
||||
mod server;
|
||||
mod service;
|
||||
mod stack;
|
||||
pub mod stack;
|
||||
pub mod test;
|
||||
pub mod types;
|
||||
mod util;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue