Skip to content

Commit

Permalink
chore(transport): Re-export axum::body::BoxBody As AxumBoxBody
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Aug 29, 2023
1 parent 241e084 commit eb1aa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/src/transport/mod.rs
Expand Up @@ -106,7 +106,7 @@ pub use self::service::grpc_timeout::TimeoutExpired;
pub use self::tls::Certificate;
#[doc(inline)]
pub use crate::server::NamedService;
pub use axum::Router as AxumRouter;
pub use axum::{body::BoxBody as AxumBoxBody, Router as AxumRouter};
pub use hyper::{Body, Uri};

pub(crate) use self::service::executor::Executor;
Expand Down

0 comments on commit eb1aa0e

Please sign in to comment.