diff --git a/routes.php b/routes.php index 86310de1..a09e36db 100644 --- a/routes.php +++ b/routes.php @@ -93,6 +93,7 @@ $app->group('', function (RouteCollectorProxy $group) { $group->get('/mealplansections', '\Grocy\Controllers\RecipesController:MealPlanSectionsList'); $group->get('/mealplansection/{sectionId}', '\Grocy\Controllers\RecipesController:MealPlanSectionEditForm'); } + $group->get('/recipessettings', '\Grocy\Controllers\RecipesController:RecipesSettings'); $group->get('/recipe/{recipeId}/grocycode', '\Grocy\Controllers\RecipesController:RecipeGrocycodeImage'); }