diff --git a/web/src/router_integration.rs b/web/src/router_integration.rs index f95ed13..9b5dd0b 100644 --- a/web/src/router_integration.rs +++ b/web/src/router_integration.rs @@ -215,7 +215,7 @@ impl DeriveRoute for AppRoutes { let route = match path.as_str() { "" => AppRoutes::default(), "/ui/plan" | "/" => AppRoutes::Plan, - "/ui/ook" => AppRoutes::Cook, + "/ui/cook" => AppRoutes::Cook, "/ui/inventory" => AppRoutes::Inventory, h => { // TODO(jwall): Parse the recipe hash