State resolution outline for /send
This commit is contained in:
parent
fb9880fee9
commit
4a92a29b56
6 changed files with 384 additions and 143 deletions
|
@ -190,7 +190,7 @@ async fn main() {
|
|||
}
|
||||
|
||||
#[catch(404)]
|
||||
fn not_found_catcher(_req: &'_ Request<'_>) -> String {
|
||||
fn not_found_catcher(_: &Request<'_>) -> String {
|
||||
"404 Not Found".to_owned()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue