mirror of
https://github.com/grocy/grocy.git
synced 2025-10-10 07:59:14 +00:00
Added an option to hide the calendar on the shopping list (closes #531)
This commit is contained in:
@@ -60,6 +60,7 @@ $app->group('', function()
|
||||
$this->get('/shoppinglist', '\Grocy\Controllers\StockController:ShoppingList');
|
||||
$this->get('/shoppinglistitem/{itemId}', '\Grocy\Controllers\StockController:ShoppingListItemEditForm');
|
||||
$this->get('/shoppinglist/{listId}', '\Grocy\Controllers\StockController:ShoppingListEditForm');
|
||||
$this->get('/shoppinglistsettings', '\Grocy\Controllers\StockController:ShoppingListSettings');
|
||||
}
|
||||
|
||||
// Recipe routes
|
||||
|
Reference in New Issue
Block a user