mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-20 15:42:02 +00:00
parent
e86d503ff0
commit
0e6b786096
@ -366,7 +366,7 @@ impl Rocket<Build> {
|
||||
/// "Whoops! Looks like we messed up."
|
||||
/// }
|
||||
///
|
||||
/// #[catch(400)]
|
||||
/// #[catch(404)]
|
||||
/// fn not_found(req: &Request) -> String {
|
||||
/// format!("I couldn't find '{}'. Try something else?", req.uri())
|
||||
/// }
|
||||
|
Loading…
Reference in New Issue
Block a user