mirror of https://github.com/fafhrd91/actix-web
Add ScopeConfig to web
Committing from mobile, if this doesn't look good it's because I haven't tested it...
This commit is contained in:
parent
db61807acc
commit
ddce172572
|
@ -14,6 +14,7 @@ use crate::route::Route;
|
|||
use crate::scope::Scope;
|
||||
use crate::service::WebService;
|
||||
|
||||
pub use crate::config::ScopeConfig;
|
||||
pub use crate::config::ServiceConfig;
|
||||
pub use crate::data::Data;
|
||||
pub use crate::request::HttpRequest;
|
||||
|
|
Loading…
Reference in New Issue