mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Add TypedPath::with_query_params (#1744)
This commit is contained in:
@@ -20,6 +20,8 @@ mod typed;
|
||||
|
||||
pub use self::resource::Resource;
|
||||
|
||||
#[cfg(feature = "typed-routing")]
|
||||
pub use self::typed::WithQueryParams;
|
||||
#[cfg(feature = "typed-routing")]
|
||||
pub use axum_macros::TypedPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user