Update routes.php

TYPO
This commit is contained in:
Webysther Sperandio 2023-01-31 02:15:07 +01:00 committed by GitHub
parent 2ad1a8fc1d
commit 63579d86a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');
}