From 6afdec9747586bd52279b1a2a43351beffd48a38 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 5 Sep 2024 17:17:48 +0200 Subject: [PATCH] aa --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 456dc740..cb4ae411 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6359,7 +6359,7 @@ Route::get('/handle-article-action-pao/{id}/{action}', function ($id, $action) { return updateArticoloFromGM($id); } elseif ($action == 'inprevendita') { return libriInPrevendita(); - } elseif ($action == 'Cartolibri') { + } elseif ($action == 'cartolibri') { return showCartolibri(); } elseif ($action == 'showOrdini') { return showOrdini();