mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Test/review/rework (and hopefully finalized) new price handling
This commit is contained in:
@@ -203,7 +203,6 @@ $app->group('/api', function (RouteCollectorProxy $group) {
|
||||
$group->get('/stock/transactions/{transactionId}', '\Grocy\Controllers\StockApiController:StockTransactions');
|
||||
$group->post('/stock/transactions/{transactionId}/undo', '\Grocy\Controllers\StockApiController:UndoTransaction');
|
||||
$group->get('/stock/barcodes/external-lookup/{barcode}', '\Grocy\Controllers\StockApiController:ExternalBarcodeLookup');
|
||||
$group->get('/productbarcodedetails/{barcode}', '\Grocy\Controllers\StockApiController:ProductBarcodeDetails');
|
||||
$group->get('/stock/journal', '\Grocy\Controllers\StockApiController:Journal');
|
||||
$group->get('/stock/journal/summary', '\Grocy\Controllers\StockApiController:JournalSummary');
|
||||
}
|
||||
|
Reference in New Issue
Block a user