mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 23:30:29 +01:00
Update out of date Router::nest
docs (#1328)
This commit is contained in:
parent
6d7c277700
commit
eaabdb3973
1 changed files with 0 additions and 2 deletions
|
@ -146,8 +146,6 @@ let app = Router::new()
|
|||
for more details.
|
||||
- If the route contains a wildcard (`*`).
|
||||
- If `path` is empty.
|
||||
- If the nested router has a [fallback](Router::fallback). This is because
|
||||
`Router` only allows a single fallback.
|
||||
|
||||
[`OriginalUri`]: crate::extract::OriginalUri
|
||||
[fallbacks]: Router::fallback
|
||||
|
|
Loading…
Reference in a new issue