diff --git a/web/src/routing/mod.rs b/web/src/routing/mod.rs index 28a8371..302f8e3 100644 --- a/web/src/routing/mod.rs +++ b/web/src/routing/mod.rs @@ -68,7 +68,7 @@ pub enum Routes { Cook, #[to("/ui/recipe/")] Recipe(String), - #[to("/ui/add_recipe")] + #[to("/ui/new_recipe")] NewRecipe, #[to("/ui/categories")] Categories,