mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Renamed shopping list item route
This commit is contained in:
@@ -182,7 +182,7 @@ $app->get('/quantityunit/{quantityunitId}', function(Request $request, Response
|
||||
}
|
||||
});
|
||||
|
||||
$app->get('/shoppinglist/{itemId}', function(Request $request, Response $response, $args) use($db)
|
||||
$app->get('/shoppinglistitem/{itemId}', function(Request $request, Response $response, $args) use($db)
|
||||
{
|
||||
if ($args['itemId'] == 'new')
|
||||
{
|
||||
|
Reference in New Issue
Block a user