Added first basic version of meal planning (references #146)

This commit is contained in:
Bernd Bestel
2019-05-06 19:38:47 +02:00
parent e240260f9f
commit 57233dba1a
11 changed files with 232 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ $app->group('', function()
$this->get('/recipes', '\Grocy\Controllers\RecipesController:Overview');
$this->get('/recipe/{recipeId}', '\Grocy\Controllers\RecipesController:RecipeEditForm');
$this->get('/recipe/{recipeId}/pos/{recipePosId}', '\Grocy\Controllers\RecipesController:RecipePosEditForm');
$this->get('/mealplan', '\Grocy\Controllers\RecipesController:MealPlan');
}
// Chore routes