1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

export Scope

This commit is contained in:
Nikolay Kim 2019-03-24 11:59:35 -07:00
parent c1e8d8363c
commit 9932a342ef

View file

@ -115,6 +115,7 @@ pub use crate::request::HttpRequest;
pub use crate::resource::Resource;
pub use crate::responder::{Either, Responder};
pub use crate::route::Route;
pub use crate::scope::Scope;
pub use crate::server::HttpServer;
pub mod dev {