Skip to content

Commit

Permalink
feat(transport): Rename reexported axum body
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jun 23, 2024
1 parent 4c6dffc commit bfb9b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/src/transport/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub use self::service::grpc_timeout::TimeoutExpired;
#[cfg(feature = "tls")]
pub use self::tls::Certificate;
#[cfg(feature = "server")]
pub use axum::{body::Body as AxumBoxBody, Router as AxumRouter};
pub use axum::{body::Body as AxumBody, Router as AxumRouter};
pub use hyper::{body::Body, Uri};
#[cfg(feature = "tls")]
pub use tokio_rustls::rustls::pki_types::CertificateDer;
Expand Down

0 comments on commit bfb9b59

Please sign in to comment.