mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
First draft for printable location content sheets (references #341)
This commit is contained in:
@@ -41,6 +41,7 @@ $app->group('', function()
|
||||
$this->get('/productgroups', '\Grocy\Controllers\StockController:ProductGroupsList');
|
||||
$this->get('/productgroup/{productGroupId}', '\Grocy\Controllers\StockController:ProductGroupEditForm');
|
||||
$this->get('/stockjournal', '\Grocy\Controllers\StockController:Journal');
|
||||
$this->get('/locationcontentsheet', '\Grocy\Controllers\StockController:LocationContentSheet');
|
||||
}
|
||||
|
||||
// Shopping list routes
|
||||
|
Reference in New Issue
Block a user