Publicly use actix_web::app_service::AppEntry as actix_web::AppEntry

This commit is contained in:
Alex Kotov 2021-03-18 01:19:03 +05:00 committed by GitHub
parent 983b6904a7
commit 6151e37a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ pub use actix_rt as rt;
pub use actix_web_codegen::*;
pub use crate::app::App;
pub use crate::app_service::AppEntry;
pub use crate::extract::FromRequest;
pub use crate::request::HttpRequest;
pub use crate::resource::Resource;