mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-16 14:33:02 +01:00
Fix NotFound
docs (#431)
This commit is contained in:
parent
2d1635a6d7
commit
21e5b654ab
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use std::{
|
|||
};
|
||||
use tower_service::Service;
|
||||
|
||||
/// A [`Service`] that responds with `405 Method not allowed` to all requests.
|
||||
/// A [`Service`] that responds with `404 Not Found` to all requests.
|
||||
///
|
||||
/// This is used as the bottom service in a method router. You shouldn't have to
|
||||
/// use it manually.
|
||||
|
|
Loading…
Reference in a new issue