State resolution outline for /send

This commit is contained in:
Devin Ragotzy
2020-12-22 12:45:35 -05:00
committed by Timo Kösters
parent c263e13000
commit 690c066064
6 changed files with 384 additions and 141 deletions

View File

@@ -178,6 +178,6 @@ async fn main() {
}
#[catch(404)]
fn not_found_catcher(_req: &'_ Request<'_>) -> String {
fn not_found_catcher(_: &Request<'_>) -> String {
"404 Not Found".to_owned()
}