mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Implemented multiple/named shopping lists (closes #190)
This commit is contained in:
@@ -41,6 +41,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');
|
||||
}
|
||||
|
||||
// Recipe routes
|
||||
|
Reference in New Issue
Block a user