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:
Denys Vitali 2019-05-31 20:28:24 +02:00 committed by GitHub
parent db61807acc
commit ddce172572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ use crate::route::Route;
use crate::scope::Scope; use crate::scope::Scope;
use crate::service::WebService; use crate::service::WebService;
pub use crate::config::ScopeConfig;
pub use crate::config::ServiceConfig; pub use crate::config::ServiceConfig;
pub use crate::data::Data; pub use crate::data::Data;
pub use crate::request::HttpRequest; pub use crate::request::HttpRequest;