diff --git a/darm_test/src/main.rs b/darm_test/src/main.rs index ffd9b3e..d2b83e5 100644 --- a/darm_test/src/main.rs +++ b/darm_test/src/main.rs @@ -120,7 +120,7 @@ fn markup_404(uri: String) -> impl Renderable { fn markup_405() -> impl Renderable { maud! { - h1 { "404" } + h1 { "405" } p { "Method not allowed!" } @for i in 1..3 { div .{"m-" (i)} {}