diff --git a/routes/web.php b/routes/web.php index 37f78a8e..48a89a12 100644 --- a/routes/web.php +++ b/routes/web.php @@ -24,6 +24,11 @@ use Codexshaper\WooCommerce\Facades\WooCommerce; // use App\Models\Post; // use App\Models\PostMeta; +use App\Http\Controllers\WooCommerceController; + +Route::get('/woocommerce/test', [WooCommerceController::class, 'index']); + + /* |--------------------------------------------------------------------------