aa
This commit is contained in:
@@ -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']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user