mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
This commit is contained in:
@@ -62,6 +62,7 @@ $app->group('', function (RouteCollectorProxy $group) {
|
||||
$group->get('/productbarcodes/{productBarcodeId}', '\Grocy\Controllers\StockController:ProductBarcodesEditForm');
|
||||
$group->get('/stockentry/{entryId}/grocycode', '\Grocy\Controllers\StockController:StockEntryGrocycodeImage');
|
||||
$group->get('/stockentry/{entryId}/label', '\Grocy\Controllers\StockController:StockEntryGrocycodeLabel');
|
||||
$group->get('/quantityunitconversionsresolved', '\Grocy\Controllers\StockController:QuantityUnitConversionsResolved');
|
||||
}
|
||||
|
||||
// Stock price tracking
|
||||
|
Reference in New Issue
Block a user