From fadbc4acf2dc205910b1d2c0cdd05130c36561e8 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 22 Aug 2022 18:14:03 -0400 Subject: [PATCH] Fix routing for cook --- web/src/router_integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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