mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Move middleware::from_fn into axum (#719)
* Move `middleware::from_fn` into axum * changelog * fix feature * Rephrase changelog a bit
This commit is contained in:
@@ -44,6 +44,5 @@
|
||||
#![cfg_attr(test, allow(clippy::float_cmp))]
|
||||
|
||||
pub mod extract;
|
||||
pub mod middleware;
|
||||
pub mod response;
|
||||
pub mod routing;
|
||||
|
||||
Reference in New Issue
Block a user