Skip to content

Commit

Permalink
chore(tonic) Re-export axum::Router as AxumRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Aug 28, 2023
1 parent 02788da commit a83269e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tonic/src/transport/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +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 hyper::{Body, Uri};

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

0 comments on commit a83269e

Please sign in to comment.