diff --git a/blog_test/src/main.rs b/blog_test/src/main.rs index 02b0fff..a7a7e16 100644 --- a/blog_test/src/main.rs +++ b/blog_test/src/main.rs @@ -103,13 +103,11 @@ pub enum Page #[route("/")] Home {}, -// #[nest("/blog")] - #[child("/blog")] - Bard - { - child: bard::Page - }, -// #[end_nest] + #[child("/blog")] + Bard + { + child: bard::Page + }, #[route("/:..route")] PageNotFound { route: Vec }