Make presets for new products configurable (closes #92)

This commit is contained in:
Bernd Bestel
2018-10-20 14:55:49 +02:00
parent 5318e79f55
commit 04c93d937e
10 changed files with 92 additions and 1 deletions

View File

@@ -26,6 +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('/locations', '\Grocy\Controllers\StockController:LocationsList');
$this->get('/location/{locationId}', '\Grocy\Controllers\StockController:LocationEditForm');
$this->get('/quantityunits', '\Grocy\Controllers\StockController:QuantityUnitsList');