mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Little changes for pull request #338
This commit is contained in:
@@ -167,7 +167,7 @@ $app->group('/api', function()
|
||||
{
|
||||
$this->post('/stock/shoppinglist/add-missing-products', '\Grocy\Controllers\StockApiController:AddMissingProductsToShoppingList');
|
||||
$this->post('/stock/shoppinglist/clear', '\Grocy\Controllers\StockApiController:ClearShoppingList');
|
||||
$this->post('/stock/shoppinglist/remove-from-list', '\Grocy\Controllers\StockApiController:RemoveFromShoppingList');
|
||||
$this->post('/stock/shoppinglist/remove-product', '\Grocy\Controllers\StockApiController:RemoveItemFromShoppingList');
|
||||
}
|
||||
|
||||
// Recipes
|
||||
|
Reference in New Issue
Block a user