mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 03:46:16 +02:00
Update routes.php
TYPO
This commit is contained in:
parent
2ad1a8fc1d
commit
63579d86a9
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user