mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Fix routing for cook
This commit is contained in:
parent
c44b1597dc
commit
fadbc4acf2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user