This commit is contained in:
paoloar77
2024-06-15 17:28:29 +02:00
parent fe6fc93da6
commit 89e0bdb153
2 changed files with 19 additions and 0 deletions

View File

@@ -6205,3 +6205,7 @@ Route::get('/handle-article-action-pao/{id}/{action}', function ($id, $action) {
return "Azione non supportata";
}
})->name('handleArticleActionPao');
Route::get('/product/{sku}', [TestPaoController::class, 'getProductBySku']);