mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 09:46:03 +00:00
Implemented meal plan sections (closes #370)
This commit is contained in:
@@ -87,6 +87,8 @@ $app->group('', function (RouteCollectorProxy $group) {
|
||||
$group->get('/recipe/{recipeId}', '\Grocy\Controllers\RecipesController:RecipeEditForm');
|
||||
$group->get('/recipe/{recipeId}/pos/{recipePosId}', '\Grocy\Controllers\RecipesController:RecipePosEditForm');
|
||||
$group->get('/mealplan', '\Grocy\Controllers\RecipesController:MealPlan');
|
||||
$group->get('/mealplansections', '\Grocy\Controllers\RecipesController:MealPlanSectionsList');
|
||||
$group->get('/mealplansection/{sectionId}', '\Grocy\Controllers\RecipesController:MealPlanSectionEditForm');
|
||||
$group->get('/recipessettings', '\Grocy\Controllers\RecipesController:RecipesSettings');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user