From 63579d86a9a821bf49bf02efe8719e084901024c Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Tue, 31 Jan 2023 02:15:07 +0100 Subject: [PATCH] Update routes.php TYPO --- routes.php | 1 + 1 file changed, 1 insertion(+) 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'); }