mirror of
https://github.com/tokio-rs/axum.git
synced 2025-02-17 02:34:28 +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.
|
for more details.
|
||||||
- If the route contains a wildcard (`*`).
|
- If the route contains a wildcard (`*`).
|
||||||
- If `path` is empty.
|
- 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
|
[`OriginalUri`]: crate::extract::OriginalUri
|
||||||
[fallbacks]: Router::fallback
|
[fallbacks]: Router::fallback
|
||||||
|
|
Loading…
Add table
Reference in a new issue