mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 09:11:11 +00:00
Add "one click shopping list to stock workflow" (closes #110)
This commit is contained in:
@@ -26,7 +26,7 @@ $app->group('', function()
|
||||
$this->get('/inventory', '\Grocy\Controllers\StockController:Inventory');
|
||||
$this->get('/products', '\Grocy\Controllers\StockController:ProductsList');
|
||||
$this->get('/product/{productId}', '\Grocy\Controllers\StockController:ProductEditForm');
|
||||
$this->get('/productpresets', '\Grocy\Controllers\StockController:ProductDefaults');
|
||||
$this->get('/stocksettings', '\Grocy\Controllers\StockController:StockSettings');
|
||||
$this->get('/locations', '\Grocy\Controllers\StockController:LocationsList');
|
||||
$this->get('/location/{locationId}', '\Grocy\Controllers\StockController:LocationEditForm');
|
||||
$this->get('/quantityunits', '\Grocy\Controllers\StockController:QuantityUnitsList');
|
||||
|
Reference in New Issue
Block a user