mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Reorganize method routers for handlers and services (#405)
* Re-organize method routing for handlers * Re-organize method routing for services * changelog
This commit is contained in:
@@ -11,7 +11,7 @@ use std::ops::Deref;
|
||||
/// ```rust,no_run
|
||||
/// use axum::{
|
||||
/// extract::ContentLengthLimit,
|
||||
/// handler::post,
|
||||
/// routing::post,
|
||||
/// Router,
|
||||
/// };
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user