mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 08:34:48 +00:00
Added first basic version of meal planning (references #146)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user