mirror of https://github.com/fafhrd91/actix-web
add pub use crate::app_service::AppEntry;
This commit is contained in:
parent
d2bd549eec
commit
0c77c018ac
|
@ -121,6 +121,8 @@ pub use crate::{
|
|||
server::HttpServer,
|
||||
types::Either,
|
||||
};
|
||||
pub use crate::app_service::AppEntry;
|
||||
|
||||
|
||||
macro_rules! codegen_reexport {
|
||||
($name:ident) => {
|
||||
|
|
Loading…
Reference in New Issue