Make it possible to test quantity unit plural forms (closes #261)

This commit is contained in:
Bernd Bestel
2019-09-18 20:21:09 +02:00
parent 8f798a94d1
commit 346b589534
8 changed files with 127 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ $app->group('', function()
$this->get('/productgroup/{productGroupId}', '\Grocy\Controllers\StockController:ProductGroupEditForm');
$this->get('/stockjournal', '\Grocy\Controllers\StockController:Journal');
$this->get('/locationcontentsheet', '\Grocy\Controllers\StockController:LocationContentSheet');
$this->get('/quantityunitpluraltesting', '\Grocy\Controllers\StockController:QuantityUnitPluralFormTesting');
}
// Shopping list routes