From 7210aab8bd2263bb33571af35d9b50eb76743c35 Mon Sep 17 00:00:00 2001 From: u <@> Date: Tue, 10 Mar 2026 13:16:28 +0200 Subject: a --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bc1754e..55d542b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -104,7 +104,7 @@ async fn fetch(req: Request, env: Env, _ctx: Context) -> Result { } }) }) - .or_else_any_method("/*catchall", |_, _| { + .or_else_any_method("/*catchall" /* wtf is this syntax? */ , |_, _| { Ok(bone("", "404 Not Found", html! { p style="padding: 1vw" { "what?" } })?.with_status(404)) -- cgit v1.2.3