Little changes for pull request #338

This commit is contained in:
Bernd Bestel
2019-08-10 08:20:52 +02:00
parent c757ee3874
commit cc1c6a6442
4 changed files with 27 additions and 16 deletions

View File

@@ -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