mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Nesting and more flexible routing dsl
This commit is contained in:
+2
-2
@@ -569,7 +569,7 @@ pub mod service;
|
||||
#[doc(inline)]
|
||||
pub use self::{
|
||||
handler::{get, on, post, Handler},
|
||||
routing::AddRoute,
|
||||
routing::RoutingDsl,
|
||||
};
|
||||
|
||||
pub use async_trait::async_trait;
|
||||
@@ -581,7 +581,7 @@ pub mod prelude {
|
||||
extract,
|
||||
handler::{get, on, post, Handler},
|
||||
response, route,
|
||||
routing::AddRoute,
|
||||
routing::RoutingDsl,
|
||||
};
|
||||
pub use http::Request;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user