add pub use crate::app_service::AppEntry;

This commit is contained in:
singersbalm 2024-01-08 14:16:08 +01:00 committed by GitHub
parent d2bd549eec
commit 0c77c018ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ pub use crate::{
server::HttpServer,
types::Either,
};
pub use crate::app_service::AppEntry;
macro_rules! codegen_reexport {
($name:ident) => {